Skip to content

Commit b044a9d

Browse files
Merge pull request #2397 from VWS-Python/shellcheck-exclude
Exclude shellcheck error which prevents it from working on Windows
2 parents f00cb06 + 0d9b3f7 commit b044a9d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,14 +68,14 @@ repos:
6868

6969
- id: shellcheck
7070
name: shellcheck
71-
entry: shellcheck --shell=bash
71+
entry: shellcheck --shell=bash --exclude=SC1017
7272
language: system
7373
pass_filenames: false
7474
types_or: [shell]
7575

7676
- id: shellcheck-docs
7777
name: shellcheck-docs
78-
entry: doccmd --language=shell --language=console --command="shellcheck --shell=bash"
78+
entry: doccmd --language=shell --language=console --command="shellcheck --shell=bash --exclude=SC1017"
7979
language: system
8080
types_or: [markdown, rst]
8181

0 commit comments

Comments
 (0)