updated the tomlq hook

Dieser Commit ist enthalten in:
Sebastian Tobie 2025-06-22 20:34:34 +02:00
Ursprung a8b3482eb3
Commit bb34687a17

Datei anzeigen

@ -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