Skip to content

Commit 34c4f5f

Browse files
committed
Exclude zsh scripts (unsupported by shellcheck)
1 parent 9837c13 commit 34c4f5f

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,8 @@ repos:
7575
rev: v0.11.0.1
7676
hooks:
7777
- id: shellcheck
78+
# Exclude zsh scripts (unsupported by shellcheck)
79+
exclude: ^cicd_utils/find-unmentioned-prs\.sh$
7880

7981
# mdformat is not enabled by default, but can be run manually with:
8082
# pre-commit run mdformat --all-files --hook-stage manual

0 commit comments

Comments
 (0)