Skip to content

Commit 4d84b54

Browse files
committed
fix: use toml sort instead of reqs sort
1 parent 568f8d8 commit 4d84b54

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

.pre-commit-config.yaml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ repos:
1212
- id: mypy
1313
args: [--ignore-missing-imports, --check-untyped-defs]
1414
additional_dependencies: [types-PyYAML]
15-
- repo: https://github.com/pre-commit/pre-commit-hooks
16-
rev: v4.5.0
15+
- repo: https://github.com/pappasam/toml-sort
16+
rev: v0.24.2
1717
hooks:
18-
- id: requirements-txt-fixer
18+
- id: toml-sort
19+
args: ["--all", "--trailing-comma-inline-array"]

0 commit comments

Comments
 (0)