Skip to content

Commit 23f6e22

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v6.0.0](pre-commit/pre-commit-hooks@v4.5.0...v6.0.0) - [github.com/asottile/reorder_python_imports: v3.12.0 → v3.16.0](asottile/reorder-python-imports@v3.12.0...v3.16.0) - [github.com/asottile/add-trailing-comma: v3.1.0 → v4.0.0](asottile/add-trailing-comma@v3.1.0...v4.0.0) - [github.com/astral-sh/ruff-pre-commit: v0.1.7 → v0.15.2](astral-sh/ruff-pre-commit@v0.1.7...v0.15.2)
1 parent c33776d commit 23f6e22

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ fail_fast: false
77

88
repos:
99
- repo: "https://github.com/pre-commit/pre-commit-hooks"
10-
rev: "v4.5.0"
10+
rev: "v6.0.0"
1111
hooks:
1212
- id: "check-added-large-files"
1313
args: ["--maxkb=40000"]
@@ -37,7 +37,7 @@ repos:
3737
- id: "python-use-type-annotations"
3838

3939
- repo: "https://github.com/asottile/reorder_python_imports"
40-
rev: "v3.12.0"
40+
rev: "v3.16.0"
4141
hooks:
4242
- id: "reorder-python-imports"
4343
args:
@@ -46,12 +46,12 @@ repos:
4646
- "from __future__ import annotations"
4747

4848
- repo: "https://github.com/asottile/add-trailing-comma"
49-
rev: "v3.1.0"
49+
rev: "v4.0.0"
5050
hooks:
5151
- id: "add-trailing-comma"
5252

5353
- repo: "https://github.com/astral-sh/ruff-pre-commit"
54-
rev: "v0.1.7"
54+
rev: "v0.15.2"
5555
hooks:
5656
- id: "ruff"
5757
args: ["--show-fixes"]

0 commit comments

Comments
 (0)