diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 2389c9fa..08a07630 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -35,7 +35,7 @@ repos: # Check the library itself in strict mode - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.7.0 + rev: v1.7.1 hooks: - id: mypy name: mypy-src @@ -45,7 +45,7 @@ repos: # Check the tests in regular mode - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.7.0 + rev: v1.7.1 hooks: - id: mypy name: mypy-tests