Skip to content

Commit b10dccb

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - https://github.com/asottile/reorder_python_importshttps://github.com/asottile/reorder-python-imports - [github.com/asottile/reorder-python-imports: v3.9.0 → v3.13.0](asottile/reorder-python-imports@v3.9.0...v3.13.0) - [github.com/psf/black: 22.12.0 → 24.4.2](psf/black@22.12.0...24.4.2) - [github.com/PyCQA/flake8: 6.0.0 → 7.1.0](PyCQA/flake8@6.0.0...7.1.0) - [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v4.6.0](pre-commit/pre-commit-hooks@v4.4.0...v4.6.0)
1 parent 51eff7b commit b10dccb

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
repos:
2-
- repo: https://github.com/asottile/reorder_python_imports
3-
rev: v3.9.0
2+
- repo: https://github.com/asottile/reorder-python-imports
3+
rev: v3.13.0
44
hooks:
55
- id: reorder-python-imports
66
- repo: https://github.com/psf/black
7-
rev: "22.12.0"
7+
rev: "24.4.2"
88
hooks:
99
- id: black
1010
- repo: https://github.com/PyCQA/flake8
11-
rev: "6.0.0"
11+
rev: "7.1.0"
1212
hooks:
1313
- id: flake8
1414
- repo: https://github.com/pre-commit/pre-commit-hooks
15-
rev: v4.4.0
15+
rev: v4.6.0
1616
hooks:
1717
- id: end-of-file-fixer
1818
- id: check-json

0 commit comments

Comments
 (0)