Skip to content

Commit 72032c0

Browse files
authored
Update .pre-commit-config.yaml
1 parent 9f56c3d commit 72032c0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
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

0 commit comments

Comments
 (0)