Skip to content

Commit 8f87b47

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.13.2 → v0.14.6](astral-sh/ruff-pre-commit@v0.13.2...v0.14.6) - [github.com/google/yamlfmt: v0.17.2 → v0.20.0](google/yamlfmt@v0.17.2...v0.20.0)
1 parent a35a39a commit 8f87b47

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
@@ -20,13 +20,13 @@ repos:
2020
# follow sources even when they aren't specified on the command line
2121
args: ["--external-sources"]
2222
- repo: https://github.com/astral-sh/ruff-pre-commit
23-
rev: v0.13.2
23+
rev: v0.14.6
2424
hooks:
2525
- id: ruff-check
2626
args: [--fix, --exit-non-zero-on-fix]
2727
- id: ruff-format
2828
- repo: https://github.com/google/yamlfmt
29-
rev: v0.17.2
29+
rev: v0.20.0
3030
hooks:
3131
- id: yamlfmt
3232
- repo: https://github.com/ComPWA/taplo-pre-commit

0 commit comments

Comments
 (0)