From 7e1e6d6729ab93f78e42b5ddb888bfb04323fee8 Mon Sep 17 00:00:00 2001
From: Adar Nimrod <nimrod@shore.co.il>
Date: Tue, 8 Nov 2016 12:34:49 +0200
Subject: [PATCH] - Added more pre-commit checks.

---
 .pre-commit-config.yaml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index a5abfa9..baa5aa5 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -1,4 +1,10 @@
 ---
+-   repo: git://github.com/pre-commit/pre-commit-hooks
+    sha: cf550fcab3f12015f8676b8278b30e1a5bc10e70
+    hooks:
+    -   id: check-added-large-files
+    -   id: check-yaml
+    -   id: check-merge-conflict
 - repo: local
   hooks:
   - id: shell-lint
-- 
GitLab