diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 5b65e93..35c7593 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -15,7 +15,7 @@ repos: # Check the library itself in strict mode - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.14.1 + rev: v1.15.0 hooks: - id: mypy name: mypy-src @@ -32,7 +32,7 @@ repos: # Check the tests in regular mode - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.14.1 + rev: v1.15.0 hooks: - id: mypy name: mypy-tests