From bb34687a1737d5e9cb4f8e0d5ba58d8ed7293ccb Mon Sep 17 00:00:00 2001 From: Sebastian Tobie Date: Sun, 22 Jun 2025 20:34:34 +0200 Subject: [PATCH] updated the tomlq hook --- .pre-commit-config.yaml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index d773812..56d10bc 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -55,8 +55,12 @@ repos: - id: tomlq name: toml Format description: Formats Toml files - entry: echo tomlq . -ti + entry: tomlq -S -ti . language: system - types: + types_or: - toml + - cargo exclude: '\.lock$' + stages: + - manual + - pre-commit