Skip to content

Commit d56bc6a

Browse files
Remove flake8-logging-format
1 parent 97857d6 commit d56bc6a

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,5 @@ repos:
4747
hooks:
4848
- id: flake8
4949
additional_dependencies:
50-
[
51-
"flake8-bugbear==20.1.4",
52-
"flake8-logging-format==0.6.0",
53-
"flake8-implicit-str-concat==0.2.0",
54-
]
50+
["flake8-bugbear==22.6.22", "flake8-implicit-str-concat==0.2.0"]
5551
stages: [manual]

0 commit comments

Comments
 (0)