From 471ffa6b1adab72daf9c90702682b7402c807090 Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Fri, 17 Sep 2021 18:23:48 +0300 Subject: [PATCH] Dogfood. --- .pre-commit-config.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 3afd12f..b6f0c87 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -94,10 +94,10 @@ repos: hooks: - id: validate_manifest - - repo: https://git.shore.co.il/nimrod/shell-pre-commit.git - rev: v0.6.0 + - repo: https://git.shore.co.il/nimrod/pre-commit-hooks.git + rev: v0.1.0 hooks: - - id: shell-lint + - id: shell-validate - repo: https://github.com/shellcheck-py/shellcheck-py.git rev: v0.7.2.1 -- GitLab