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 94be229 commit 4f34a5eCopy full SHA for 4f34a5e
.pre-commit-config.yaml
@@ -18,13 +18,13 @@ repos:
18
- id: trailing-whitespace
19
20
- repo: https://github.com/pappasam/toml-sort
21
- rev: v0.23.1
+ rev: v0.24.2
22
hooks:
23
- id: toml-sort-fix
24
files: ^(.*\.toml)$
25
26
- repo: https://github.com/astral-sh/ruff-pre-commit
27
- rev: v0.6.9
+ rev: v0.8.4
28
29
- id: ruff
30
args: [ --exit-non-zero-on-fix, --fix ]
0 commit comments