Add metadata for check-symlinks

This commit is contained in:
Anthony Sottile 2016-01-15 07:47:33 -08:00
parent 8d80d51cad
commit 64943e8641
3 changed files with 9 additions and 0 deletions

View file

@ -35,6 +35,7 @@ Add this to your `.pre-commit-config.yaml`
the docstring.
- `check-json` - Attempts to load all json files to verify syntax.
- `check-merge-conflict` - Check for files that contain merge conflict strings.
- `check-symlinks` - Checks for symlinks which do not point to anything.
- `check-xml` - Attempts to load all xml 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.