Skip to content

Commit cb2d9a2

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.5.0...v5.0.0) - [github.com/asottile/reorder_python_imports: v3.12.0 → v3.14.0](asottile/reorder-python-imports@v3.12.0...v3.14.0) - [github.com/astral-sh/ruff-pre-commit: v0.1.7 → v0.9.10](astral-sh/ruff-pre-commit@v0.1.7...v0.9.10)
1 parent ce6e676 commit cb2d9a2

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ fail_fast: false
88

99
repos:
1010
- repo: "https://github.com/pre-commit/pre-commit-hooks"
11-
rev: "v4.5.0"
11+
rev: "v5.0.0"
1212
hooks:
1313
- id: "check-added-large-files"
1414
args: ["--maxkb=40000"]
@@ -38,7 +38,7 @@ repos:
3838
- id: "python-use-type-annotations"
3939

4040
- repo: "https://github.com/asottile/reorder_python_imports"
41-
rev: "v3.12.0"
41+
rev: "v3.14.0"
4242
hooks:
4343
- id: "reorder-python-imports"
4444
args:
@@ -52,7 +52,7 @@ repos:
5252
- id: "add-trailing-comma"
5353

5454
- repo: "https://github.com/astral-sh/ruff-pre-commit"
55-
rev: "v0.1.7"
55+
rev: "v0.9.10"
5656
hooks:
5757
- id: "ruff"
5858
args: ["--show-fixes"]

0 commit comments

Comments
 (0)