diff --git a/.pre-commit-hooks.yaml b/.pre-commit-hooks.yaml index 058b02f..7fa4255 100644 --- a/.pre-commit-hooks.yaml +++ b/.pre-commit-hooks.yaml @@ -94,6 +94,7 @@ entry: pre_commit_hooks/shellcheck language: script types: [shell] + exclude_types: [zsh] args: [-e, SC1091] - id: script-must-have-extension @@ -115,3 +116,4 @@ language: script entry: pre_commit_hooks/shfmt types: [shell] + exclude_types: [zsh]