From f673f8bb55697b64a12eae1a2b4df49286e6c2e6 Mon Sep 17 00:00:00 2001 From: Brett Randall Date: Mon, 18 Mar 2019 09:45:56 +1100 Subject: [PATCH] Added double-quote-string-fixer pre-commit hook. Signed-off-by: Brett Randall --- .pre-commit-config.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 55e2d331..e7ecdf88 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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: