Skip to content

Commit 16c7e07

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.10.0](asottile/reorder-python-imports@v3.9.0...v3.10.0) - [github.com/psf/black: 22.12.0 → 23.3.0](psf/black@22.12.0...23.3.0)
1 parent 51eff7b commit 16c7e07

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
@@ -1,10 +1,10 @@
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.10.0
44
hooks:
55
- id: reorder-python-imports
66
- repo: https://github.com/psf/black
7-
rev: "22.12.0"
7+
rev: "23.3.0"
88
hooks:
99
- id: black
1010
- repo: https://github.com/PyCQA/flake8

0 commit comments

Comments
 (0)