implemented a basic double quote string fixer

This commit is contained in:
Ken Struys 2015-02-05 19:58:20 -08:00
parent 5fe82b3a37
commit 12f02dfeb8
6 changed files with 154 additions and 1 deletions

View file

@ -79,6 +79,12 @@
entry: requirements-txt-fixer
language: python
files: requirements.*\.txt$
- id: double-quote-string-fixer
name: Fix double quoted strings
description: This hook replaces double quoted strings with single quoted strings
entry: double-quote-string-fixer
language: python
files: \.py$
- id: trailing-whitespace
name: Trim Trailing Whitespace
description: This hook trims trailing whitespace.