Skip to content

Commit 4f34a5e

Browse files
committed
Update pre-commit hooks
1 parent 94be229 commit 4f34a5e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@ repos:
1818
- id: trailing-whitespace
1919

2020
- repo: https://github.com/pappasam/toml-sort
21-
rev: v0.23.1
21+
rev: v0.24.2
2222
hooks:
2323
- id: toml-sort-fix
2424
files: ^(.*\.toml)$
2525

2626
- repo: https://github.com/astral-sh/ruff-pre-commit
27-
rev: v0.6.9
27+
rev: v0.8.4
2828
hooks:
2929
- id: ruff
3030
args: [ --exit-non-zero-on-fix, --fix ]

0 commit comments

Comments
 (0)