From f5eb13dd875259062dc04f1af080fe8ace2c664c Mon Sep 17 00:00:00 2001 From: Paul Holzinger Date: Tue, 1 Sep 2026 18:38:28 +0200 Subject: [PATCH] pre-commit: work around new zizmor 1.30 failure The latest zizmore update fails to validate the pre-commit config as it cannot deal with the extra .git repo suffix anymore. Since it is not required simple remove it to also make the new version work with this. https://github.com/zizmorcore/zizmor/issues/2358 Signed-off-by: Paul Holzinger --- .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 2404bf35c6..c9e20b12b4 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,7 +1,7 @@ --- exclude: ^vendor/|^test/tools/vendor/ repos: - - repo: https://github.com/pre-commit/pre-commit-hooks.git + - repo: https://github.com/pre-commit/pre-commit-hooks rev: v5.0.0 hooks: # `buildah-tests.diff` is generated by 'git format-patch' and includes