From ddaea7590ae749a1536c8fba90e15d421533d078 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ville=20Skytt=C3=A4?= Date: Fri, 10 Apr 2026 10:48:26 +0200 Subject: [PATCH] fix: really enable for zsh c3995360831546285fda69cb00002fe935f9b941 updated the generator only, failing to update the actual hooks. --- .pre-commit-hooks.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.pre-commit-hooks.yaml b/.pre-commit-hooks.yaml index 5534e4e..9741ea8 100644 --- a/.pre-commit-hooks.yaml +++ b/.pre-commit-hooks.yaml @@ -5,7 +5,7 @@ entry: shfmt args: [--write] types: [shell] - exclude_types: [csh, tcsh, zsh] + exclude_types: [csh, tcsh] stages: [pre-commit, pre-merge-commit, pre-push, manual] minimum_pre_commit_version: 3.2.0 # for "stages" names @@ -18,7 +18,7 @@ entry: shfmt args: [--write] types: [shell] - exclude_types: [csh, tcsh, zsh] + exclude_types: [csh, tcsh] stages: [pre-commit, pre-merge-commit, pre-push, manual] minimum_pre_commit_version: 3.2.0 # for "stages" names @@ -30,6 +30,6 @@ entry: --net none mvdan/shfmt:v3.13.0@sha256:cb551dbf13a0e9a017e9c89647bcd4da3b1bd71eb16c6dc7588d2593a9b4611a args: [--write] types: [shell] - exclude_types: [csh, tcsh, zsh] + exclude_types: [csh, tcsh] stages: [pre-commit, pre-merge-commit, pre-push, manual] minimum_pre_commit_version: 3.2.0 # for "stages" names