Update .pre-commit-config.yaml

This commit is contained in:
Anthony Sottile 2014-08-22 12:42:21 -07:00
parent 3bac9613e8
commit d3db038582

View file

@ -4,10 +4,7 @@
- id: trailing-whitespace - id: trailing-whitespace
- id: end-of-file-fixer - id: end-of-file-fixer
- id: autopep8-wrapper - id: autopep8-wrapper
args: args: ['-i', '--ignore=E265,E309,E501']
- -i
- --ignore=E265,E309,E501
- -v
- id: check-json - id: check-json
- id: check-yaml - id: check-yaml
- id: debug-statements - id: debug-statements