diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index b48da86ee57d..8fbd9eb3ce8e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -30,13 +30,12 @@ repos: - --ignore=E203,W503 - --max-complexity=25 - --max-line-length=88 -# FIXME: fix mypy errors and then uncomment this -# - repo: https://github.com/pre-commit/mirrors-mypy -# rev: v0.782 -# hooks: -# - id: mypy -# args: -# - --ignore-missing-imports + - repo: https://github.com/pre-commit/mirrors-mypy + rev: v0.812 + hooks: + - id: mypy + args: + - --config-file mypy.ini - repo: https://github.com/codespell-project/codespell rev: v2.0.0 hooks: