Skip to content

Commit fd74731

Browse files
Bump flake8 to 7.2.0 + pycodestyle to 2.13.0 + pyflakes to 3.3.1 (#604)
Co-authored-by: Marc Mueller <[email protected]>
1 parent 52629ab commit fd74731

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ repos:
66
args: [--py39-plus]
77
exclude: &fixtures ^tests/fixtures/.+\.py$
88
- repo: https://github.com/pycqa/flake8
9-
rev: 7.1.2
9+
rev: 7.2.0
1010
hooks:
1111
- id: flake8
1212
additional_dependencies:
1313
- mccabe==0.7.0
14-
- pycodestyle==2.12.1
15-
- pyflakes==3.2.0
14+
- pycodestyle==2.13.0
15+
- pyflakes==3.3.1
1616
- Flake8-pyproject==1.2.3
1717
files: ^(python_typing_update|script|tests)/.+\.py$
1818
exclude: *fixtures

requirements_test_pre_commit.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
flake8==7.1.2
1+
flake8==7.2.0
22
isort==6.0.1
33
mccabe==0.7.0
4-
pycodestyle==2.12.1
5-
pyflakes==3.2.0
4+
pycodestyle==2.13.0
5+
pyflakes==3.3.1
66
pyupgrade==3.19.1

0 commit comments

Comments
 (0)