Skip to content

Commit cc5eb22

Browse files
committed
feat: enable for zsh, 3.13.0 adds support
1 parent 58201b2 commit cc5eb22

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

tools/generate_pre_commit_hooks.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
entry: shfmt
1616
args: [--write]
1717
types: [shell]
18-
exclude_types: [csh, tcsh, zsh]
18+
exclude_types: [csh, tcsh]
1919
stages: [pre-commit, pre-merge-commit, pre-push, manual]
2020
minimum_pre_commit_version: 3.2.0 # for "stages" names
2121
@@ -28,7 +28,7 @@
2828
entry: shfmt
2929
args: [--write]
3030
types: [shell]
31-
exclude_types: [csh, tcsh, zsh]
31+
exclude_types: [csh, tcsh]
3232
stages: [pre-commit, pre-merge-commit, pre-push, manual]
3333
minimum_pre_commit_version: 3.2.0 # for "stages" names
3434
@@ -40,7 +40,7 @@
4040
entry: --net none mvdan/shfmt:${shfmt_tag}@${docker_image_digest}
4141
args: [--write]
4242
types: [shell]
43-
exclude_types: [csh, tcsh, zsh]
43+
exclude_types: [csh, tcsh]
4444
stages: [pre-commit, pre-merge-commit, pre-push, manual]
4545
minimum_pre_commit_version: 3.2.0 # for "stages" names
4646
"""

0 commit comments

Comments
 (0)