mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-04-05 19:46:54 +00:00
Add check-toml hook
This commit is contained in:
parent
cbc17d19d9
commit
cb365ba9c3
3 changed files with 36 additions and 0 deletions
|
|
@ -70,6 +70,12 @@
|
|||
entry: check-symlinks
|
||||
language: python
|
||||
types: [symlink]
|
||||
- id: check-toml
|
||||
name: Check Toml
|
||||
description: This hook checks toml files for parseable syntax.
|
||||
entry: check-toml
|
||||
language: python
|
||||
types: [toml]
|
||||
- id: check-vcs-permalinks
|
||||
name: Check vcs permalinks
|
||||
description: Ensures that links to vcs websites are permalinks.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue