From 9eacbcedf2da8cf887a3085a02b8cdf5b74c9890 Mon Sep 17 00:00:00 2001 From: Adar Nimrod <nimrod@shore.co.il> Date: Mon, 13 Jul 2015 12:08:52 +0300 Subject: [PATCH] Add pre-commit configuration file. --- .pre-commit-config.yaml | 9 +++++++++ 1 file changed, 9 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..3a2aa9e --- /dev/null +++ b/.pre-commit-config.yaml @@ -0,0 +1,9 @@ +- 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 + - id: flake8 -- GitLab