From ce652f993be99975509b961a9458e52e3c6c9126 Mon Sep 17 00:00:00 2001 From: Ruslan Sayfutdinov Date: Fri, 13 Sep 2024 22:54:46 +0200 Subject: [PATCH] Add check-toml pre-commit hook (#562) --- .pre-commit-config.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index df93cbb..0d3e118 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -4,6 +4,7 @@ repos: hooks: - id: check-added-large-files - id: check-case-conflict + - id: check-toml - id: check-yaml - id: end-of-file-fixer - id: trailing-whitespace