Skip to content

Commit 7e04bc4

Browse files
Fix flake8 v5 compat (#354)
* Update .pre-commit-config.yaml * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent b8c71f5 commit 7e04bc4

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
@@ -44,11 +44,7 @@ repos:
4444
hooks:
4545
- id: flake8
4646
additional_dependencies:
47-
[
48-
"flake8-bugbear==20.1.4",
49-
"flake8-logging-format==0.6.0",
50-
"flake8-implicit-str-concat==0.2.0",
51-
]
47+
["flake8-bugbear==22.6.22", "flake8-implicit-str-concat==0.2.0"]
5248
stages: [manual]
5349

5450
- repo: https://github.com/pre-commit/mirrors-mypy

0 commit comments

Comments
 (0)