From d3db0385825d4c082bc7117c090ac16cb4840f3e Mon Sep 17 00:00:00 2001 From: Anthony Sottile Date: Fri, 22 Aug 2014 12:42:21 -0700 Subject: [PATCH] Update .pre-commit-config.yaml --- .pre-commit-config.yaml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 9eda53c..7156353 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -4,10 +4,7 @@ - id: trailing-whitespace - id: end-of-file-fixer - id: autopep8-wrapper - args: - - -i - - --ignore=E265,E309,E501 - - -v + args: ['-i', '--ignore=E265,E309,E501'] - id: check-json - id: check-yaml - id: debug-statements