Add autopep8-wrapper hook.

This commit is contained in:
Anthony Sottile 2014-08-22 11:00:43 -07:00
parent 0121199c0a
commit 86b1c9da8e
5 changed files with 62 additions and 0 deletions

View file

@ -22,6 +22,7 @@ Add this to your `.pre-commit-config.yaml`
### Hooks available
- `autopep8-wrapper` - Runs autopep8 over python source.
- `check-json` - Attempts to load all json files to verify syntax.
- `check-yaml` - Attempts to load all yaml files to verify syntax.
- `debug-statements` - Check for pdb / ipdb / pudb statements in code.