Skip to content

Commit ba7ac85

Browse files
Fix flake8 v5 compat (#941)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent a8bf3f6 commit ba7ac85

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
@@ -59,11 +59,7 @@ repos:
5959
hooks:
6060
- id: flake8
6161
additional_dependencies:
62-
[
63-
"flake8-bugbear==20.1.4",
64-
"flake8-logging-format==0.6.0",
65-
"flake8-implicit-str-concat==0.2.0",
66-
]
62+
["flake8-bugbear==22.6.22", "flake8-implicit-str-concat==0.2.0"]
6763
stages: [manual]
6864

6965
- repo: https://github.com/pre-commit/mirrors-eslint

0 commit comments

Comments
 (0)