Skip to content

Commit 14aec16

Browse files
Fix the version of flake8-bugbear
1 parent 264357f commit 14aec16

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,8 @@ repos:
5353
rev: 4.0.1
5454
hooks:
5555
- id: flake8
56-
additional_dependencies: [flake8-bugbear, flake8-typing-imports==1.12.0]
56+
additional_dependencies:
57+
[flake8-bugbear==22.3.23, flake8-typing-imports==1.12.0]
5758
exclude: tests/testdata|doc/conf.py
5859
- repo: local
5960
hooks:

0 commit comments

Comments
 (0)