diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 7ba06638..e9b5ae67 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -34,7 +34,7 @@ repos: # Ruff linter and formatter - repo: https://github.com/astral-sh/ruff-pre-commit - rev: 'v0.5.1' + rev: 'v0.5.4' hooks: - id: ruff args: [--fix, --show-fixes] @@ -57,7 +57,7 @@ repos: # Python type checking - repo: https://github.com/pre-commit/mirrors-mypy - rev: 'v1.10.1' + rev: 'v1.11.0' hooks: - id: mypy additional_dependencies: [numpy] @@ -65,7 +65,7 @@ repos: pass_filenames: false - repo: https://github.com/python-jsonschema/check-jsonschema - rev: 0.28.6 + rev: 0.29.0 hooks: - id: check-readthedocs - id: check-github-workflows