diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 5a5cdb6..fc3cc31 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -100,7 +100,7 @@ repos: # Check static types with mypy - repo: https://github.com/pre-commit/mirrors-mypy - rev: "v1.4.1" + rev: "v1.5.0" hooks: - id: mypy stages: [manual]