Skip to content

Commit 3ee3c1f

Browse files
committed
Downgrade flake8 to v5 to support Python 3.7
1 parent 1386650 commit 3ee3c1f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ repos:
77
- id: trailing-whitespace
88

99
- repo: https://github.com/pycqa/flake8
10-
rev: 6.0.0
10+
rev: 5.0.4
1111
hooks:
1212
- id: flake8
1313

0 commit comments

Comments
 (0)