Skip to content

Commit 9079dc9

Browse files
committed
Update pre-commit hooks.
1 parent d9c4a46 commit 9079dc9

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.pre-commit-config.yaml

+1-5
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,10 @@ repos:
1313
args: [--fix, lf]
1414
- id: trailing-whitespace
1515
- repo: https://github.com/astral-sh/ruff-pre-commit
16-
rev: "v0.9.1"
16+
rev: "v0.9.2"
1717
hooks:
1818
- id: ruff
1919
args: [--fix, --exit-non-zero-on-fix]
20-
- repo: https://github.com/PyCQA/isort
21-
rev: 5.13.2
22-
hooks:
23-
- id: isort
2420
- repo: https://github.com/psf/black
2521
rev: 24.10.0
2622
hooks:

0 commit comments

Comments
 (0)