From fc823f53d47973808af8f04213cb2dd9d3206158 Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Sun, 1 Nov 2015 21:57:55 +0200 Subject: [PATCH] Add pre-commit config. --- .pre-commit-config.yaml | 8 ++++++++ 1 file changed, 8 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..c7e92e9 --- /dev/null +++ b/.pre-commit-config.yaml @@ -0,0 +1,8 @@ +- repo: git://github.com/pre-commit/pre-commit-hooks + sha: cf550fcab3f12015f8676b8278b30e1a5bc10e70 + hooks: + - id: check-added-large-files + - id: check-json + - id: check-xml + - id: check-yaml + - id: check-merge-conflict -- GitLab