Skip to content

Commit e32a1f9

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/pyupgrade: v3.15.2 → v3.17.0](asottile/pyupgrade@v3.15.2...v3.17.0) - [github.com/asottile/reorder-python-imports: v3.12.0 → v3.13.0](asottile/reorder-python-imports@v3.12.0...v3.13.0) - [github.com/PyCQA/flake8: 7.0.0 → 7.1.0](PyCQA/flake8@7.0.0...7.1.0)
1 parent 1c89f84 commit e32a1f9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
repos:
22
- repo: https://github.com/asottile/pyupgrade
3-
rev: v3.15.2
3+
rev: v3.17.0
44
hooks:
55
- id: pyupgrade
66
args: ["--py38-plus"]
77
- repo: https://github.com/asottile/reorder-python-imports
8-
rev: v3.12.0
8+
rev: v3.13.0
99
hooks:
1010
- id: reorder-python-imports
1111
- repo: https://github.com/psf/black
1212
rev: 24.4.2
1313
hooks:
1414
- id: black
1515
- repo: https://github.com/PyCQA/flake8
16-
rev: 7.0.0
16+
rev: 7.1.0
1717
hooks:
1818
- id: flake8
1919
additional_dependencies: [flake8-bugbear]

0 commit comments

Comments
 (0)