mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-04-08 04:34:16 +00:00
Add check-xml hook.
This commit is contained in:
parent
fea9b2ece7
commit
ddc9208a5f
10 changed files with 57 additions and 1 deletions
|
|
@ -27,6 +27,7 @@ Add this to your `.pre-commit-config.yaml`
|
|||
- `check-case-conflict` - Check for files that would conflict in case-insensitive filesystems.
|
||||
- `check-docstring-first` - Checks a common error of defining a docstring after code.
|
||||
- `check-json` - Attempts to load all json files to verify syntax.
|
||||
- `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.
|
||||
- `end-of-file-fixer` - Makes sure files end in a newline and only a newline.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue