diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 3802028d..85a3f798 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.7.0' + rev: 'v0.7.1' hooks: - id: ruff args: [--fix, --show-fixes] @@ -58,7 +58,7 @@ repos: # Python type checking - repo: https://github.com/pre-commit/mirrors-mypy - rev: 'v1.12.1' + rev: 'v1.13.0' hooks: - id: mypy additional_dependencies: [numpy] @@ -78,6 +78,6 @@ repos: - id: check-github-workflows - repo: https://github.com/henryiii/validate-pyproject-schema-store - rev: 2024.10.14 + rev: 2024.10.21 hooks: - id: validate-pyproject