From 2e24289aef5e5684ba440956d1a860fdae6c79d3 Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Sun, 27 Dec 2020 00:01:02 +0200 Subject: [PATCH] Replace shellcheck pre-commit hook. This one doesn't require having shellcheck installed (it's bundled in the Python package). --- .pre-commit-config.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index e458a8a..a200498 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -14,6 +14,10 @@ repos: 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 - repo: https://git.shore.co.il/nimrod/git-pre-commit.git -- GitLab