diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 4482531..46adb47 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -118,7 +118,7 @@ repos: - flake8-typing-imports - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.4.1 + rev: v1.11.1 hooks: - id: mypy name: Run mypy against source @@ -134,7 +134,7 @@ repos: - types-setuptools - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.4.1 + rev: v1.11.1 hooks: - id: mypy name: Run mypy against tests