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 - id: tomlq
name: toml Format name: toml Format
description: Formats Toml files description: Formats Toml files
entry: echo tomlq . -ti entry: tomlq -S -ti .
language: system language: system
types: types_or:
- toml - toml
- cargo
exclude: '\.lock$' exclude: '\.lock$'
stages:
- manual
- pre-commit