Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .pre-commit-hooks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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

Expand All @@ -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
Loading