Skip to content

Commit f3864d4

Browse files
committed
Update pre-commit hooks.
1 parent 34dd14c commit f3864d4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@ repos:
1616
args: [--fix, lf]
1717
- id: trailing-whitespace
1818
- repo: https://github.com/astral-sh/ruff-pre-commit
19-
rev: "v0.9.6"
19+
rev: "v0.11.2"
2020
hooks:
2121
- id: ruff
2222
args: [--fix, --exit-non-zero-on-fix]
2323
- repo: https://github.com/PyCQA/isort
24-
rev: 6.0.0
24+
rev: 6.0.1
2525
hooks:
2626
- id: isort
2727
- repo: https://github.com/pre-commit/mirrors-prettier

0 commit comments

Comments
 (0)