diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 37a702b..9d4f446 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,7 +1,7 @@ repos: - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.4.8 + rev: v0.5.5 hooks: - id: ruff args: [--fix, --exit-non-zero-on-fix] @@ -34,6 +34,6 @@ repos: # this validates our github workflow files - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.28.4 + rev: 0.29.1 hooks: - id: check-github-workflows