Skip to content

Commit 6645608

Browse files
committed
Merge remote-tracking branch 'origin/main' into setup-uv
2 parents e63a99a + b044a9d commit 6645608

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ repos:
4141
hooks:
4242
- id: check-useless-excludes
4343
- repo: https://github.com/pre-commit/pre-commit-hooks
44-
rev: v4.6.0
44+
rev: v5.0.0
4545
hooks:
4646
- id: check-added-large-files
4747
- id: check-case-conflict
@@ -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)