Skip to content

Commit 1fba90f

Browse files
committed
Update pycodestyle to 2.13.0
1 parent c1df307 commit 1fba90f

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
@@ -11,7 +11,7 @@ repos:
1111
- id: flake8
1212
additional_dependencies:
1313
- mccabe==0.7.0
14-
- pycodestyle==2.12.1
14+
- pycodestyle==2.13.0
1515
- pyflakes==3.2.0
1616
- Flake8-pyproject==1.2.3
1717
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,6 +1,6 @@
11
flake8==7.2.0
22
isort==6.0.1
33
mccabe==0.7.0
4-
pycodestyle==2.12.1
4+
pycodestyle==2.13.0
55
pyflakes==3.2.0
66
pyupgrade==3.19.1

0 commit comments

Comments
 (0)