Update README

This commit is contained in:
Anthony Sottile 2014-08-19 17:33:08 -07:00
parent d0adff17ba
commit 48294fb9c1

View file

@ -22,6 +22,7 @@ Add this to your `.pre-commit-config.yaml`
### Hooks available
- `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.
- `end-of-file-fixer` - Makes sure files end in a newline and only a newline.