| commit | d3db0385825d4c082bc7117c090ac16cb4840f3e | [log] [tgz] |
|---|---|---|
| author | Anthony Sottile <asottile@umich.edu> | Fri Aug 22 12:42:21 2014 -0700 |
| committer | Anthony Sottile <asottile@umich.edu> | Fri Aug 22 12:42:21 2014 -0700 |
| tree | a67ee5f5690c2ab519ec8e81db3cc151be67af20 | |
| parent | 3bac9613e8b900a16f4a48d7750df214e9a835a5 [diff] |
Update .pre-commit-config.yaml
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