From 41211d8c10ed57d0a9833d4e2ee82e6301955d6f Mon Sep 17 00:00:00 2001 From: Steve Beattie Date: Fri, 7 Nov 2025 14:54:39 -0800 Subject: [PATCH] pre-commit: bump to get epoch check fix Get latest chaingguard pre-commit hook to pick up the fix to ignore trailing comments after epoch numbers when checking for epoch bumps. Ref: https://github.com/chainguard-dev/pre-commit-hooks/pull/25 Signed-off-by: Steve Beattie --- .pre-commit-config.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 64a6084ec19..091500bc28f 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -4,7 +4,7 @@ # See https://eng.inky.wtf/docs/technical/git/pre-commit for info on how to edit this file. repos: - repo: https://github.com/chainguard-dev/pre-commit-hooks - rev: a90aaa7f63ec8c376e8bd6cd3460c77bedcfb0ed + rev: e4d1134a14c8decd027fb46f6a46b42f79d3fb23 hooks: - id: shellcheck-run-steps files: '^[^.][^/]*\.yaml$' # matches non-hidden .yaml files at the top level only