Skip to content

Commit 3622b1f

Browse files
chore(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/google/yamlfmt: v0.16.0 → v0.17.2](google/yamlfmt@v0.16.0...v0.17.2)
1 parent d54fa51 commit 3622b1f

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
@@ -7,7 +7,7 @@ ci:
77
fail_fast: false
88
repos:
99
- repo: https://github.com/pre-commit/pre-commit-hooks
10-
rev: v5.0.0
10+
rev: v6.0.0
1111
hooks:
1212
- id: check-added-large-files
1313
- id: check-case-conflict
@@ -20,7 +20,7 @@ repos:
2020
args: ["--fix=lf"]
2121
- id: trailing-whitespace
2222
- repo: https://github.com/google/yamlfmt
23-
rev: v0.16.0
23+
rev: v0.17.2
2424
hooks:
2525
- id: yamlfmt
2626
types_or: [json, yaml]

0 commit comments

Comments
 (0)