diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 82bfbcd71..e52b84d7c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -54,4 +54,5 @@ repos: name: ShellCheck language: system entry: shellcheck + args: ['-x'] files: \.sh$