Skip to content

Commit 08bbe00

Browse files
authored
Added flake8 plugings to pre-commit call of flake8 (#4190)
1 parent aaee45e commit 08bbe00

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.pre-commit-config.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,12 @@ repos:
1717
rev: 5.0.4
1818
hooks:
1919
- id: flake8
20+
additional_dependencies:
21+
[
22+
flake8-pyproject,
23+
flake8-bugbear,
24+
pep8-naming,
25+
]
2026

2127
# Disabled for now, because it lists a lot of problems.
2228
#- repo: https://github.com/pre-commit/mirrors-mypy

0 commit comments

Comments
 (0)