Open source check-indent to auto-yelpdent.

This commit is contained in:
William Ting 2016-04-29 15:51:32 -07:00 committed by William Ting
parent 35548254ad
commit 7f9dde14f0
9 changed files with 451 additions and 2 deletions

View file

@ -23,6 +23,7 @@ Add this to your `.pre-commit-config.yaml`
### Hooks available
- `auto-indent` - Checks and fixes indentation of function calls.
- `autopep8-wrapper` - Runs autopep8 over python source.
- Ignore PEP 8 violation types with `args: ['-i', '--ignore=E000,...']` or
through configuration of the `[pep8]` section in setup.cfg / tox.ini.