From af057b938a3bd8057fce1901e5a305ef5c7137d1 Mon Sep 17 00:00:00 2001
From: Adar Nimrod <nimrod@shore.co.il>
Date: Thu, 4 Oct 2018 22:47:37 +0300
Subject: [PATCH] Updated pre-commit hooks.

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

diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index 5166b33..ed4a5c2 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -1,7 +1,7 @@
 ---
 repos:
 -   repo: https://github.com/pre-commit/pre-commit-hooks
-    sha: v1.3.0
+    rev: v1.4.0-1
     hooks:
     -   id: check-added-large-files
     -   id: check-executables-have-shebangs
@@ -11,7 +11,7 @@ repos:
     -   id: flake8
         exclude: pythonrc.py
 -   repo: https://www.shore.co.il/git/shell-pre-commit/
-    sha: v0.6.0
+    rev: v0.6.0
     hooks:
     -   id: shell-lint
         exclude: &excluded_shellscripts \.bash_completion\.d/(docker-machine\.bash|fabric-completion.bash|docker-compose)|\.travis/travis\.sh
-- 
GitLab