mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-04-01 18:56:52 +00:00
Add README entry for check-toml hook
This commit is contained in:
parent
771156fb5e
commit
8d7d40c7cc
1 changed files with 1 additions and 0 deletions
|
|
@ -42,6 +42,7 @@ Add this to your `.pre-commit-config.yaml`
|
|||
- `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-toml` - Attempts to load all TOML files to verify syntax.
|
||||
- `check-vcs-permalinks` - Ensures that links to vcs websites are permalinks.
|
||||
- `check-xml` - Attempts to load all xml files to verify syntax.
|
||||
- `check-yaml` - Attempts to load all yaml files to verify syntax.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue