Skip to content

Commit 11c3824

Browse files
authored
chore: replace toml-sort with tombi (#4794)
1 parent cd2b140 commit 11c3824

File tree

3 files changed

+350
-358
lines changed

3 files changed

+350
-358
lines changed

.pre-commit-config.yaml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ ci:
88
# https://github.com/pre-commit-ci/issues/issues/55
99
- pyright
1010
- renovate-config-validator # container limits
11+
- tombi-format
12+
- tombi-lint
1113
- schemas
1214
submodules: true
1315
exclude: >
@@ -148,10 +150,12 @@ repos:
148150
types: [file, yaml]
149151
entry: yamllint --strict
150152

151-
- repo: https://github.com/pappasam/toml-sort
152-
rev: v0.24.3
153+
- repo: https://github.com/tombi-toml/tombi-pre-commit
154+
rev: v0.6.17
153155
hooks:
154-
- id: toml-sort-fix
156+
- id: tombi-format
157+
alias: toml
158+
- id: tombi-lint
155159
alias: toml
156160

157161
- repo: https://github.com/astral-sh/ruff-pre-commit

.taplo.toml

Lines changed: 0 additions & 10 deletions
This file was deleted.

0 commit comments

Comments
 (0)