diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 57af7cf37..2014cb2b4 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -104,7 +104,7 @@ repos: # Check static types with mypy - repo: https://github.com/pre-commit/mirrors-mypy - rev: v0.930 + rev: v0.931 hooks: - id: mypy # Running per-file misbehaves a bit, so just run on all files, it's fast