Skip to content

Commit 57c873b

Browse files
Bump the flake8-dependencies group with 3 updates (#645)
* Updates `flake8` from 7.2.0 to 7.3.0 * Updates `pycodestyle` from 2.13.0 to 2.14.0 * Updates `pyflakes` from 3.3.2 to 3.4.0 Co-authored-by: Marc Mueller <[email protected]>
1 parent 4a327c6 commit 57c873b

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.2.0
9+
rev: 7.3.0
1010
hooks:
1111
- id: flake8
1212
additional_dependencies:
1313
- mccabe==0.7.0
14-
- pycodestyle==2.13.0
15-
- pyflakes==3.3.2
14+
- pycodestyle==2.14.0
15+
- pyflakes==3.4.0
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.2.0
1+
flake8==7.3.0
22
isort==6.0.1
33
mccabe==0.7.0
4-
pycodestyle==2.13.0
5-
pyflakes==3.3.2
4+
pycodestyle==2.14.0
5+
pyflakes==3.4.0
66
pyupgrade==3.20.0

0 commit comments

Comments
 (0)