Skip to content

Commit 28c5dd3

Browse files
committed
add flake8-bugbear as commit hook plugin
1 parent 5ea7b29 commit 28c5dd3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ repos:
2323
rev: 4.0.1
2424
hooks:
2525
- id: flake8
26+
additional_dependencies: [flake8-bugbear]
2627

2728
- repo: https://github.com/asottile/pyupgrade
2829
rev: v2.34.0

0 commit comments

Comments
 (0)