Skip to content

Commit 05c1426

Browse files
committed
fix: really enable for zsh
c399536 updated the generator only, failing to update the actual hooks.
1 parent 7b06216 commit 05c1426

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-hooks.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
entry: shfmt
66
args: [--write]
77
types: [shell]
8-
exclude_types: [csh, tcsh, zsh]
8+
exclude_types: [csh, tcsh]
99
stages: [pre-commit, pre-merge-commit, pre-push, manual]
1010
minimum_pre_commit_version: 3.2.0 # for "stages" names
1111

@@ -18,7 +18,7 @@
1818
entry: shfmt
1919
args: [--write]
2020
types: [shell]
21-
exclude_types: [csh, tcsh, zsh]
21+
exclude_types: [csh, tcsh]
2222
stages: [pre-commit, pre-merge-commit, pre-push, manual]
2323
minimum_pre_commit_version: 3.2.0 # for "stages" names
2424

@@ -30,6 +30,6 @@
3030
entry: --net none mvdan/shfmt:v3.13.1@sha256:f22f3936140be1ba02d493b5d2b91d0e8b4af93fd903e7f46c477822bca4a3be
3131
args: [--write]
3232
types: [shell]
33-
exclude_types: [csh, tcsh, zsh]
33+
exclude_types: [csh, tcsh]
3434
stages: [pre-commit, pre-merge-commit, pre-push, manual]
3535
minimum_pre_commit_version: 3.2.0 # for "stages" names

0 commit comments

Comments
 (0)