From b2cdb331ad893a08d3abd49da5bb8626ed23ae17 Mon Sep 17 00:00:00 2001 From: Jonathan Willitts Date: Wed, 4 Sep 2024 16:47:00 +0100 Subject: [PATCH] Add check-toml hook (pre-commit-hooks) --- .pre-commit-config.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c3fd69a..892b227 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -38,6 +38,7 @@ repos: - id: check-docstring-first - id: check-executables-have-shebangs - id: check-merge-conflict + - id: check-toml - id: debug-statements - id: detect-private-key