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.
taplo
toml
1 parent ed8a7d4 commit 0386d29Copy full SHA for 0386d29
.pre-commit-config.yaml
@@ -73,6 +73,12 @@ repos:
73
rev: 2024.08.19
74
hooks:
75
- id: sp-repo-review
76
+ - repo: https://github.com/ComPWA/taplo-pre-commit
77
+ rev: v0.9.3
78
+ hooks:
79
+ - id: taplo-format
80
+ # See options: https://taplo.tamasfe.dev/configuration/formatter-options.html
81
+ args: [--option, "reorder_arrays=true"]
82
- repo: https://github.com/pre-commit/pre-commit-hooks
83
rev: v5.0.0
84
@@ -90,7 +96,3 @@ repos:
90
96
args: [--branch, main]
91
97
- id: requirements-txt-fixer
92
98
- id: trailing-whitespace
93
- - repo: https://github.com/pappasam/toml-sort
94
- rev: v0.23.1
95
- hooks:
- - id: toml-sort-fix
0 commit comments