Add check-toml hook

This commit is contained in:
Semyon Maryasin 2019-03-28 01:13:45 +03:00 committed by Sorin Sbarnea
parent b7abd18ceb
commit ae70f7e3c7
3 changed files with 36 additions and 0 deletions

View file

@ -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.