Skip to content

Commit 4724060

Browse files
committed
Fix
1 parent 5a13d99 commit 4724060

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ repos:
3030
hooks:
3131
- id: flake8
3232
additional_dependencies:
33-
- "flake8-bugbear==23.1.31" # must match requirements-tests.txt
33+
- "flake8-bugbear==23.1.20" # must match requirements-tests.txt
3434
- "flake8-noqa==1.3.0" # must match requirements-tests.txt
3535
- "flake8-pyi==23.1.2" # must match requirements-tests.txt
3636
- repo: https://github.com/pre-commit/mirrors-prettier

0 commit comments

Comments
 (0)