Skip to content

Commit 28f8163

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/pyupgrade: v3.19.1 → v3.21.2](asottile/pyupgrade@v3.19.1...v3.21.2) - https://github.com/charliermarsh/ruff-pre-commithttps://github.com/astral-sh/ruff-pre-commit - [github.com/astral-sh/ruff-pre-commit: v0.11.8 → v0.14.7](astral-sh/ruff-pre-commit@v0.11.8...v0.14.7)
1 parent bf7a76e commit 28f8163

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ ci:
33

44
repos:
55
- repo: https://github.com/pre-commit/pre-commit-hooks
6-
rev: v5.0.0
6+
rev: v6.0.0
77
hooks:
88
- id: check-added-large-files
99
- id: check-toml
@@ -15,12 +15,12 @@ repos:
1515
args: ["--fix=lf"]
1616
- id: trailing-whitespace
1717
- repo: https://github.com/asottile/pyupgrade
18-
rev: v3.19.1
18+
rev: v3.21.2
1919
hooks:
2020
- id: pyupgrade
2121
args: ["--py310-plus", "--keep-runtime-typing"]
22-
- repo: https://github.com/charliermarsh/ruff-pre-commit
23-
rev: v0.11.8
22+
- repo: https://github.com/astral-sh/ruff-pre-commit
23+
rev: v0.14.7
2424
hooks:
2525
- id: ruff
2626
args: [--fix]

0 commit comments

Comments
 (0)