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 b0ee36e commit b14b312Copy full SHA for b14b312
.pre-commit-config.yaml
@@ -31,8 +31,10 @@ repos:
31
hooks:
32
- id: pretty-format-yaml
33
args: [--autofix, --indent, '2']
34
- - id: pretty-format-toml
35
- args: [--autofix]
+- repo: https://github.com/pappasam/toml-sort
+ rev: v0.24.2
36
+ hooks:
37
+ - id: toml-sort-fix
38
- repo: https://github.com/abravalheri/validate-pyproject
39
rev: v0.24.1
40
0 commit comments