diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index b666e88aa162..4bb1c3d41bba 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -30,13 +30,16 @@ repos: - --ignore=E203,W503 - --max-complexity=25 - --max-line-length=88 + additional_dependencies: [flake8-bugbear==21.4.3] # FIXME: fix mypy errors and then uncomment this # - repo: https://github.com/pre-commit/mirrors-mypy -# rev: v0.782 +# rev: v0.910 # hooks: # - id: mypy # args: # - --ignore-missing-imports +# - --install-types +# - --non-interactive - repo: https://github.com/codespell-project/codespell rev: v2.0.0 hooks: