From 6f93248acc9842cbec9e26ada3199dbeadaf87e2 Mon Sep 17 00:00:00 2001 From: Qexat <43090614+qexat@users.noreply.github.com> Date: Wed, 24 Apr 2024 09:43:42 +0200 Subject: [PATCH] meta: 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 e3fbe08..744182c 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -7,6 +7,7 @@ repos: - id: check-yaml - id: debug-statements - id: name-tests-test + - id: check-toml - repo: https://github.com/asottile/add-trailing-comma rev: v3.1.0 hooks: