Skip to content

Commit 237621e

Browse files
committed
Don't use legacy hook for ruff linter
1 parent 9adeebd commit 237621e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ repos:
1616
- repo: https://github.com/astral-sh/ruff-pre-commit
1717
rev: v0.14.9
1818
hooks:
19-
- id: ruff
19+
- id: ruff-check
2020

2121
- repo: https://github.com/asottile/pyupgrade
2222
rev: v3.21.2

0 commit comments

Comments
 (0)