mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-04-06 12:06:53 +00:00
Add check-added-large-files hook
This commit is contained in:
parent
25e50df1e5
commit
e0a6e66528
5 changed files with 137 additions and 0 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue