Add check-added-large-files hook

This commit is contained in:
Anthony Sottile 2014-12-31 12:21:21 -08:00
parent 25e50df1e5
commit e0a6e66528
5 changed files with 137 additions and 0 deletions

View file

@ -23,6 +23,7 @@ Add this to your `.pre-commit-config.yaml`
### Hooks available
- `autopep8-wrapper` - Runs autopep8 over python source.
' `check-added-large-files` - Prevent giant files from being committed.
- `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.