Skip to content

Commit 02105af

Browse files
Bump flake8 from 6.0.0 to 6.1.0 (#376)
* Update pyflakes from 3.0.1 to 3.1.0 * Update pycodestyle from 2.10.0 to 2.11.0
1 parent 36963e6 commit 02105af

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: [--py38-plus]
77
exclude: &fixtures ^tests/fixtures/.+\.py$
88
- repo: https://github.com/pycqa/flake8
9-
rev: 6.0.0
9+
rev: 6.1.0
1010
hooks:
1111
- id: flake8
1212
additional_dependencies:
1313
- mccabe==0.7.0
14-
- pycodestyle==2.10.0
15-
- pyflakes==3.0.1
14+
- pycodestyle==2.11.0
15+
- pyflakes==3.1.0
1616
files: ^(python_typing_update|script|tests)/.+\.py$
1717
exclude: *fixtures
1818
- repo: https://github.com/PyCQA/isort

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==6.0.0
1+
flake8==6.1.0
22
isort==5.12.0
33
mccabe==0.7.0
4-
pycodestyle==2.10.0
5-
pyflakes==3.0.1
4+
pycodestyle==2.11.0
5+
pyflakes==3.1.0
66
pyupgrade==3.10.1

0 commit comments

Comments
 (0)