We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef98271 commit 91a816dCopy full SHA for 91a816d
.pre-commit-config.yaml
@@ -30,13 +30,16 @@ repos:
30
- --ignore=E203,W503
31
- --max-complexity=25
32
- --max-line-length=88
33
+ additional_dependencies: [flake8-bugbear==21.4.3]
34
# FIXME: fix mypy errors and then uncomment this
35
# - repo: https://github.com/pre-commit/mirrors-mypy
-# rev: v0.782
36
+# rev: v0.910
37
# hooks:
38
# - id: mypy
39
# args:
40
# - --ignore-missing-imports
41
+# - --install-types
42
+# - --non-interactive
43
- repo: https://github.com/codespell-project/codespell
44
rev: v2.0.0
45
hooks:
0 commit comments