From f19c06a8b465c5b22ec3dc34d6aa0bd2342533bc Mon Sep 17 00:00:00 2001 From: Anthony Sottile Date: Fri, 14 Mar 2014 15:25:57 -0700 Subject: [PATCH] Update pre-commit to use the new hooks --- .pre-commit-config.yaml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index e5ccd34..27fae03 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,7 +1,7 @@ - repo: git@github.com:pre-commit/pre-commit-hooks - sha: 10c042c99c061b90e4ea11d52e3c5fc93f94b373 + sha: 3d3427e85ff938668ef3d7884233a147bd760082 hooks: - id: pyflakes @@ -9,6 +9,9 @@ - id: debug-statements files: '\.py$' + - + id: trailing-whitespace + files: '\.(py|sh|yaml)' - repo: git@github.com:pre-commit/pre-commit