From 4b3c10ad986ee726022976c34153c05b1e276634 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sim=C3=B3=20Albert=20i=20Beltran?= Date: Thu, 10 Sep 2015 16:54:50 +0200 Subject: [PATCH] pre-commit configuration --- .pre-commit-config.yaml | 6 ++++++ 1 file changed, 6 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..c2d9a5b --- /dev/null +++ b/.pre-commit-config.yaml @@ -0,0 +1,6 @@ +- repo: git://github.com/pre-commit/pre-commit-hooks + sha: 616c1ebd1898c91de9a0548866a59cbd9f4547f6 + hooks: + - id: flake8 + - id: debug-statements + - id: trailing-whitespace