Skip to content

Commit 81073ec

Browse files
committed
Remove shellcheck from pre-commit checks
there are no more .sh scripts, the last one was removed in #800
1 parent e7dc076 commit 81073ec

1 file changed

Lines changed: 0 additions & 7 deletions

File tree

.pre-commit-config.yaml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -68,13 +68,6 @@ repos:
6868
exclude: ^(3rdparty/|build.*/|install/)
6969
args: [--autofix, --indent=2, --no-ensure-ascii]
7070

71-
# Shell script linting with shellcheck (no docker dependency)
72-
- repo: https://github.com/shellcheck-py/shellcheck-py
73-
rev: v0.11.0.1
74-
hooks:
75-
- id: shellcheck
76-
files: \.sh$
77-
7871
# Dockerfile linting with hadolint
7972
- repo: https://github.com/hadolint/hadolint
8073
rev: v2.14.0

0 commit comments

Comments
 (0)