From 9175eb86d7970d652bb044a1673f74ea8ed578c2 Mon Sep 17 00:00:00 2001 From: Ruslan Sayfutdinov Date: Fri, 13 Sep 2024 22:51:33 +0200 Subject: [PATCH] Add check-toml pre-commit hook --- .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