Skip to content

Commit 95b2b2c

Browse files
authored
Merge pull request #6 from chainguard-dev/hook-commit-bumps-2025-05-20
Updated hooks to more up to date commits
2 parents 71fca50 + 752ef22 commit 95b2b2c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

example.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
# See https://eng.inky.wtf/docs/technical/git/pre-commit for info on how to edit this file.
55
repos:
66
- repo: https://github.com/chainguard-dev/pre-commit-hooks
7-
rev: e4f3bba353cc583ce73f660dcf217e245fd681d3
7+
rev: 71fca50bcd1006b5cbcf71f03a3b493f48c4af7f
88
hooks:
99
- id: check-for-epoch-bump
1010
- id: shellcheck-run-steps
1111
- repo: https://github.com/chainguard-dev/yam
12-
rev: 498642e77997ba79709f43a7ee2c84b12b2145bb # v0.2.12
12+
rev: 693d578a25dccd5beb548984d7a3cbda40c3af41 # frozen: v0.2.16
1313
hooks:
1414
- id: yam
1515
# TODO: Swap with CG repo: - repo: https://github.com/wolfi-dev/wolfictl
@@ -18,7 +18,7 @@ repos:
1818
hooks:
1919
- id: wolfictl-lint
2020
- repo: https://github.com/golangci/misspell
21-
rev: 528d713e620bdf4b41849db93cb489c4fef9f5c5 # v0.6.0
21+
rev: e78f9b6cd537559a24525b6ea7e182794edfd31f # frozen: v0.7.0
2222
hooks:
2323
- id: misspell
2424
- repo: https://github.com/pre-commit/pre-commit-hooks

0 commit comments

Comments
 (0)