From d7bb75ce09a6c111eb41a361be3f3dca7a21fbbb Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Thu, 1 Jun 2017 14:42:36 +0300 Subject: [PATCH] - Updated shell pre-commit hooks version, added shellcheck hook. --- .pre-commit-config.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 0bc91cb..8b6b7a3 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -22,6 +22,7 @@ hooks: - id: piprot - repo: https://github.com/adarnimrod/shell-pre-commit - sha: v0.1.0 + sha: v0.5.4 hooks: - id: shell-lint + - id: shellcheck -- GitLab