Skip to content

Commit 45c34a2

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/astral-sh/ruff-pre-commit: v0.11.2 → v0.12.8](astral-sh/ruff-pre-commit@v0.11.2...v0.12.8) - [github.com/google/yamlfmt: v0.16.0 → v0.17.2](google/yamlfmt@v0.16.0...v0.17.2)
1 parent f009779 commit 45c34a2

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
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v5.0.0
3+
rev: v6.0.0
44
hooks:
55
- id: check-added-large-files
66
- id: check-ast
@@ -18,7 +18,7 @@ repos:
1818
- --autofix
1919
- id: trailing-whitespace
2020
- repo: https://github.com/astral-sh/ruff-pre-commit
21-
rev: v0.11.2
21+
rev: v0.12.8
2222
hooks:
2323
- id: ruff
2424
args: [--fix, --exit-non-zero-on-fix]
@@ -28,7 +28,7 @@ repos:
2828
- id: black
2929
types: [python]
3030
- repo: https://github.com/google/yamlfmt
31-
rev: v0.16.0
31+
rev: v0.17.2
3232
hooks:
3333
- id: yamlfmt
3434
- repo: https://github.com/rhysd/actionlint

0 commit comments

Comments
 (0)