Skip to content

Commit 38464cb

Browse files
Bump flake8 from 5.0.4 to 6.0.0 (#270)
Co-authored-by: Marc Mueller <[email protected]>
1 parent 1226f2b commit 38464cb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ repos:
66
args: [--py38-plus]
77
exclude: &fixtures ^tests/fixtures/.+\.py$
88
- repo: https://github.com/pycqa/flake8
9-
rev: 5.0.4
9+
rev: 6.0.0
1010
hooks:
1111
- id: flake8
1212
files: ^(python_typing_update|script|tests)/.+\.py$

requirements_test_pre_commit.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
flake8==5.0.4
1+
flake8==6.0.0

0 commit comments

Comments
 (0)