Add check-toml hook

This commit is contained in:
Semyon Maryasin 2019-03-28 01:13:45 +03:00
parent cbc17d19d9
commit cb365ba9c3
No known key found for this signature in database
GPG key ID: 22BC43FD649F86E3
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.