diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index ea9ea9f2..5421e5c3 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -35,7 +35,7 @@ repos: # Check python code static typing - repo: https://github.com/pre-commit/mirrors-mypy - rev: v0.990 + rev: v0.991 hooks: - id: mypy args: [--config, ./mypy.ini]