mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-04-09 12:54:17 +00:00
Add metadata for check-symlinks
This commit is contained in:
parent
8d80d51cad
commit
64943e8641
3 changed files with 9 additions and 0 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue