Added double-quote-string-fixer pre-commit hook.

Signed-off-by: Brett Randall <javabrett@gmail.com>
This commit is contained in:
Brett Randall
2019-03-18 09:45:56 +11:00
parent 185a288645
commit f673f8bb55

View File

@@ -10,6 +10,7 @@ repos:
- id: debug-statements
- id: name-tests-test
- id: requirements-txt-fixer
- id: double-quote-string-fixer
- repo: https://gitlab.com/pycqa/flake8
rev: 3.7.1
hooks: