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: 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