Skip to content

Commit 94d5222

Browse files
committed
pre-commit: Remove use of legacy alias for ruff-check
1 parent 43c0c83 commit 94d5222

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
@@ -55,7 +55,7 @@ repos:
5555
- repo: https://github.com/astral-sh/ruff-pre-commit
5656
rev: v0.15.4
5757
hooks:
58-
- id: ruff
58+
- id: ruff-check
5959
types_or: [python]
6060
args: [--fix]
6161
- id: ruff-format

0 commit comments

Comments
 (0)