From 664ebe4892da0129268ee37c92d88d74c0858390 Mon Sep 17 00:00:00 2001 From: Benjamin Gilbert Date: Wed, 15 Nov 2023 11:53:19 -0600 Subject: [PATCH] pre-commit: add TOML checker for pyproject.toml Signed-off-by: Benjamin Gilbert --- .pre-commit-config.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c6cf8563..d3cf4e80 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -7,6 +7,7 @@ repos: hooks: - id: check-added-large-files - id: check-merge-conflict + - id: check-toml - id: check-vcs-permalinks - id: check-yaml - id: end-of-file-fixer