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

@ -36,6 +36,7 @@ Add this to your `.pre-commit-config.yaml`
- `name-tests-test` - Assert that files in tests/ end in _test.py
- `pyflakes` - Run pyflakes on your python files
- `requirements-txt-fixer` - Sorts entries in requirements.txt
- `double-quote-string-fixer` - This hook replaces double quoted strings with single quoted strings
- `trailing-whitespace` - Trims trailing whitespace.
### As a standalone package