Skip to content

Commit 4139d0c

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/psf/black: 24.4.2 → 24.8.0](psf/black@24.4.2...24.8.0) - [github.com/PyCQA/flake8: 7.0.0 → 7.1.1](PyCQA/flake8@7.0.0...7.1.1)
1 parent 1c89f84 commit 4139d0c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
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
12-
rev: 24.4.2
12+
rev: 24.8.0
1313
hooks:
1414
- id: black
1515
- repo: https://github.com/PyCQA/flake8
16-
rev: 7.0.0
16+
rev: 7.1.1
1717
hooks:
1818
- id: flake8
1919
additional_dependencies: [flake8-bugbear]

0 commit comments

Comments
 (0)