Skip to content

Commit b525cf3

Browse files
committed
[build] Update flake8 version in the pre-commit hooks to v6.1.0.
Signed-off-by: Michael Seifert <[email protected]>
1 parent a999328 commit b525cf3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pre-commit-config.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ repos:
4242
- id: mypy
4343
exclude: ^(docs|tests)/.*
4444
- repo: https://github.com/pycqa/flake8
45-
rev: 5.0.4
45+
rev: 6.1.0
4646
hooks:
4747
- id: flake8
4848
language_version: python3

0 commit comments

Comments
 (0)