From 8d7d40c7cc93c1e5b2d12a36a4ea97926269e678 Mon Sep 17 00:00:00 2001 From: Semyon Maryasin Date: Thu, 28 Mar 2019 01:50:06 +0300 Subject: [PATCH] Add README entry for check-toml hook --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1a152de..3614ea9 100644 --- a/README.md +++ b/README.md @@ -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.