Skip to content

Commit 8792616

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 22.12.0 → 24.4.0](psf/black@22.12.0...24.4.0) - https://github.com/asottile/reorder_python_importshttps://github.com/asottile/reorder-python-imports - [github.com/asottile/reorder-python-imports: v3.9.0 → v3.12.0](asottile/reorder-python-imports@v3.9.0...v3.12.0) - [github.com/PyCQA/flake8: 6.0.0 → 7.0.0](PyCQA/flake8@6.0.0...7.0.0)
1 parent 29d49ab commit 8792616

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
repos:
22
- repo: https://github.com/psf/black
3-
rev: 22.12.0
3+
rev: 24.4.0
44
hooks:
55
- id: black
6-
- repo: https://github.com/asottile/reorder_python_imports
7-
rev: v3.9.0
6+
- repo: https://github.com/asottile/reorder-python-imports
7+
rev: v3.12.0
88
hooks:
99
- id: reorder-python-imports
1010
- repo: https://github.com/PyCQA/flake8
11-
rev: 6.0.0
11+
rev: 7.0.0
1212
hooks:
1313
- id: flake8
1414
args: ["--config=setup.cfg"]

0 commit comments

Comments
 (0)