updated the tomlq hook
Dieser Commit ist enthalten in:
Ursprung
a8b3482eb3
Commit
bb34687a17
1 geänderte Dateien mit 6 neuen und 2 gelöschten Zeilen
|
@ -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
|
||||||
|
|
Laden …
Tabelle hinzufügen
In neuem Issue referenzieren