Skip to content

Commit b57ee5e

Browse files
committed
precommit
1 parent 46e6f9b commit b57ee5e

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.pre-commit-config.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,12 @@ repos:
1717
rev: 5.0.4
1818
hooks:
1919
- id: flake8
20-
20+
additional_dependencies:
21+
[
22+
flake8-pyproject,
23+
flake8-bugbear,
24+
pep8-naming,
25+
]
2126
# Disabled for now, because it lists a lot of problems.
2227
#- repo: https://github.com/pre-commit/mirrors-mypy
2328
# rev: 'v0.931'

0 commit comments

Comments
 (0)