Skip to content

Commit ca4fb69

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.11.2 → v0.12.3](astral-sh/ruff-pre-commit@v0.11.2...v0.12.3) - [github.com/google/yamlfmt: v0.16.0 → v0.17.2](google/yamlfmt@v0.16.0...v0.17.2)
1 parent f009779 commit ca4fb69

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -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.3
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)