From 00c1c2c28c0ee83a7e556eaf0eb410228b21efe3 Mon Sep 17 00:00:00 2001 From: Hynek Schlawack Date: Wed, 2 Sep 2020 09:03:06 +0200 Subject: [PATCH] Add check-toml hook --- .pre-commit-config.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index d91d6af76..5134c18bc 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -39,3 +39,4 @@ repos: - id: trailing-whitespace - id: end-of-file-fixer - id: debug-statements + - id: check-toml