From 5f17a997503952fef443ecffa6c32fb5de77937e Mon Sep 17 00:00:00 2001
From: Adar Nimrod <nimrod@shore.co.il>
Date: Sun, 19 Sep 2021 19:38:50 +0300
Subject: [PATCH] Update pre-commit hooks.

---
 .pre-commit-config.yaml | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index a4e34a6..7daeb5a 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -24,18 +24,18 @@ repos:
     hooks:
       - id: mdformat
 
-  - 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.2.1
     hooks:
       - id: shellcheck
 
-  - repo: https://git.shore.co.il/nimrod/docker-pre-commit.git/
-    rev: v0.3.0
+  - repo: https://git.shore.co.il/nimrod/pre-commit-hooks.git/
+    rev: v0.2.0
     hooks:
-      - id: hadolint
       - id: docker-compose
+      - id: shell-validate
+
+  - repo: https://github.com/AleksaC/hadolint-py.git
+    rev: v2.1.0
+    hooks:
+      - id: hadolint
-- 
GitLab