Skip to content

Commit 51d2ee5

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/reorder_python_imports: v3.14.0 → v3.15.0](asottile/reorder-python-imports@v3.14.0...v3.15.0) - [github.com/astral-sh/ruff-pre-commit: v0.11.7 → v0.12.0](astral-sh/ruff-pre-commit@v0.11.7...v0.12.0)
1 parent c3e538e commit 51d2ee5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,15 +34,15 @@ repos:
3434
- id: "python-use-type-annotations"
3535

3636
- repo: "https://github.com/asottile/reorder_python_imports"
37-
rev: "v3.14.0"
37+
rev: "v3.15.0"
3838
hooks:
3939
- id: "reorder-python-imports"
4040
args:
4141
- "--py38-plus"
4242

4343
- repo: "https://github.com/astral-sh/ruff-pre-commit"
4444
# Ruff version.
45-
rev: "v0.11.7"
45+
rev: "v0.12.0"
4646
hooks:
4747
- id: "ruff"
4848
- id: "ruff-format"

0 commit comments

Comments
 (0)