Skip to content

Commit f3d6d53

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 037a101 commit f3d6d53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: .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)