diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 963162a0989bad3ca8abb09c2d837104a3432dbd..48582c8aec01d9da0d656681f4bc6e89667fda87 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -38,8 +38,10 @@ repos: entry: utils/ansible-doc-test # args: ['-v', 'roles', 'plugins'] files: ^.*.py$ -- repo: https://github.com/koalaman/shellcheck-precommit - rev: v0.8.0 +- repo: local hooks: - id: shellcheck - args: ["--severity=warning"] # Only show errors and warnings + name: ShellCheck + language: system + entry: shellcheck + files: \.sh$