Skip to content

Commit 5f3f592

Browse files
authored
Merge pull request pypa#11620 from sirosen/upadup
2 parents 1ab22ee + 3ec4181 commit 5f3f592

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ repos:
2626
hooks:
2727
- id: flake8
2828
additional_dependencies: [
29-
'flake8-bugbear==22.3.23',
30-
'flake8-logging-format==0.6.0',
29+
'flake8-bugbear==22.10.27',
30+
'flake8-logging-format==0.9.0',
3131
'flake8-implicit-str-concat==0.3.0',
3232
]
3333
exclude: tests/data

0 commit comments

Comments
 (0)