Skip to content

Commit 25980d8

Browse files
committed
Upgrade flake8
Bump flake8 version to avoid checking punctuation inside strings under Python 3.12.
1 parent dc1ddfa commit 25980d8

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
@@ -8,7 +8,7 @@ repos:
88
hooks:
99
- id: isort
1010
- repo: https://github.com/pycqa/flake8
11-
rev: 6.0.0
11+
rev: 6.1.0
1212
hooks:
1313
- id: flake8
1414
- repo: https://github.com/pycqa/doc8

0 commit comments

Comments
 (0)