From b320f7d99e650b51093c92a5196539b97bdf12d0 Mon Sep 17 00:00:00 2001
From: Adar Nimrod <nimrod@shore.co.il>
Date: Sun, 19 Sep 2021 18:03:16 +0300
Subject: [PATCH] Reenable pre-commit hooks.

See 0a1e7b83d6e72a8374a6e4689cb16df929fd9556.
---
 templates/pre-commit-repo.yml | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/templates/pre-commit-repo.yml b/templates/pre-commit-repo.yml
index 868f9e9..4574999 100644
--- a/templates/pre-commit-repo.yml
+++ b/templates/pre-commit-repo.yml
@@ -5,9 +5,6 @@ pre-commit-repo:
   tags: [ns4.shore.co.il]
   variables:
     XDG_CACHE_HOME: "$CI_PROJECT_DIR/.cache"
-    # Disabled until https://github.com/pre-commit/pre-commit/issues/1387 is
-    # resolved.
-    SKIP: "hadolint,docker-compose"
   script:
     - pre-commit try-repo ./
   cache:
-- 
GitLab