From b4f1dbf385c955b277f5766cb2f148e2a07174fc Mon Sep 17 00:00:00 2001
From: Adar Nimrod <nimrod@shore.co.il>
Date: Tue, 12 Jul 2016 09:05:35 +0300
Subject: [PATCH] - Added pre-commit.

---
 .pre-commit-config.yaml | 13 +++++++++++++
 1 file changed, 13 insertions(+)
 create mode 100644 .pre-commit-config.yaml

diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
new file mode 100644
index 0000000..7788bf8
--- /dev/null
+++ b/.pre-commit-config.yaml
@@ -0,0 +1,13 @@
+-   repo: https://github.com/pre-commit/pre-commit-hooks
+    sha: 6dfcb89af3c9b4d172cc2e5a8a2fa0f54615a338
+    hooks:
+    -   id: check-added-large-files
+    -   id: check-json
+    -   id: check-xml
+    -   id: check-yaml
+    -   id: check-merge-conflict
+-   repo: https://www.shore.co.il/git/ansible-pre-commit/
+    sha: 94b506c144d4e22ebc1deef637a818db13bcaca5
+    hooks:
+    -   id: ansible-pre-commit
+        files: (pkgs|dropbox|skype|desktop)\.yml$
-- 
GitLab