Skip to content

Commit 91a816d

Browse files
committed
Add flake8-bugbear to the testing
https://pypi.org/project/flake8-bugbear
1 parent ef98271 commit 91a816d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.pre-commit-config.yaml

+4-1
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,16 @@ repos:
3030
- --ignore=E203,W503
3131
- --max-complexity=25
3232
- --max-line-length=88
33+
additional_dependencies: [flake8-bugbear==21.4.3]
3334
# FIXME: fix mypy errors and then uncomment this
3435
# - repo: https://github.com/pre-commit/mirrors-mypy
35-
# rev: v0.782
36+
# rev: v0.910
3637
# hooks:
3738
# - id: mypy
3839
# args:
3940
# - --ignore-missing-imports
41+
# - --install-types
42+
# - --non-interactive
4043
- repo: https://github.com/codespell-project/codespell
4144
rev: v2.0.0
4245
hooks:

0 commit comments

Comments
 (0)