We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 568f8d8 commit 4d84b54Copy full SHA for 4d84b54
1 file changed
.pre-commit-config.yaml
@@ -12,7 +12,8 @@ repos:
12
- id: mypy
13
args: [--ignore-missing-imports, --check-untyped-defs]
14
additional_dependencies: [types-PyYAML]
15
- - repo: https://github.com/pre-commit/pre-commit-hooks
16
- rev: v4.5.0
+ - repo: https://github.com/pappasam/toml-sort
+ rev: v0.24.2
17
hooks:
18
- - id: requirements-txt-fixer
+ - id: toml-sort
19
+ args: ["--all", "--trailing-comma-inline-array"]
0 commit comments