Skip to content

Commit 389ca28

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](pre-commit/pre-commit-hooks@v5.0.0...v6.0.0) - [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.12](astral-sh/ruff-pre-commit@v0.11.7...v0.12.12)
1 parent c3e538e commit 389ca28

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
@@ -6,7 +6,7 @@ fail_fast: false
66

77
repos:
88
- repo: "https://github.com/pre-commit/pre-commit-hooks"
9-
rev: "v5.0.0"
9+
rev: "v6.0.0"
1010
hooks:
1111
- id: "check-added-large-files"
1212
args: ["--maxkb=40000"]
@@ -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.12"
4646
hooks:
4747
- id: "ruff"
4848
- id: "ruff-format"

0 commit comments

Comments
 (0)