We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd2b140 commit 11c3824Copy full SHA for 11c3824
.pre-commit-config.yaml
@@ -8,6 +8,8 @@ ci:
8
# https://github.com/pre-commit-ci/issues/issues/55
9
- pyright
10
- renovate-config-validator # container limits
11
+ - tombi-format
12
+ - tombi-lint
13
- schemas
14
submodules: true
15
exclude: >
@@ -148,10 +150,12 @@ repos:
148
150
types: [file, yaml]
149
151
entry: yamllint --strict
152
- - repo: https://github.com/pappasam/toml-sort
- rev: v0.24.3
153
+ - repo: https://github.com/tombi-toml/tombi-pre-commit
154
+ rev: v0.6.17
155
hooks:
- - id: toml-sort-fix
156
+ - id: tombi-format
157
+ alias: toml
158
+ - id: tombi-lint
159
alias: toml
160
161
- repo: https://github.com/astral-sh/ruff-pre-commit
.taplo.toml
0 commit comments