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

@ -11,3 +11,9 @@
description: This hook checks that debug statements (pdb, ipdb, pudb) are not imported on commit.
entry: debug-statement-hook
language: python
-
id: trailing-whitespace
name: Trim Trailing Whitespace
description: This hook trims trailing whitespace.
entry: trailing-whitespace-fixer
language: python