diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 5c1a0e598616e5e0323a5dae25bdc5433d6314d2..cd228ba7fd5e8c3e145946cea28bbb2e697432f5 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -40,3 +40,13 @@ repos: rev: v0.1.1 hooks: - id: merge-conflict + + - repo: https://git.shore.co.il/nimrod/shell-pre-commit.git + rev: v0.6.0 + hooks: + - id: shell-lint + + - repo: https://github.com/shellcheck-py/shellcheck-py.git + rev: v0.7.1.1 + hooks: + - id: shellcheck