Skip to content

Commit 3148da0

Browse files
committed
Upgrade flake8 in pre-commit
1 parent 92beaad commit 3148da0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ repos:
2929
- id: isort
3030
args: ["--profile", "black", "--filter-files"]
3131

32-
- repo: https://gitlab.com/pycqa/flake8
33-
rev: 3.9.2
32+
- repo: https://github.com/pycqa/flake8
33+
rev: 6.0.0
3434
hooks:
3535
- id: flake8
3636

0 commit comments

Comments
 (0)