From 6e39ce20a6b81ea21ffe5d36da8404c3bb916205 Mon Sep 17 00:00:00 2001 From: Dmitry Date: Wed, 21 Feb 2024 11:10:23 +0300 Subject: [PATCH] pre-commit: add check-toml --- .pre-commit-config.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 80b4f42..1dcc558 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -5,6 +5,7 @@ repos: rev: v4.5.0 hooks: - id: check-yaml + - id: check-toml - id: end-of-file-fixer - id: trailing-whitespace - repo: https://github.com/psf/black