Add trailing whitespace fixer.

This commit is contained in:
Anthony Sottile 2014-03-14 15:18:29 -07:00
parent 10c042c99c
commit acd9eaf6ed
6 changed files with 44 additions and 2 deletions

View file

@ -1,11 +1,14 @@
-
repo: git@github.com:pre-commit/pre-commit-hooks
sha: 5e713f8878b7d100c0e059f8cc34be4fc2e8f897
sha: 10c042c99c061b90e4ea11d52e3c5fc93f94b373
hooks:
-
id: pyflakes
files: '\.py$'
-
id: debug-statements
files: '\.py$'
-
repo: git@github.com:pre-commit/pre-commit