From 91a816d65032d8c3ac3348f6bdc94866ae1974c3 Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Mon, 30 Aug 2021 14:10:33 +0200 Subject: [PATCH] Add flake8-bugbear to the testing https://pypi.org/project/flake8-bugbear --- .pre-commit-config.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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: