Skip to content

Commit 77ae709

Browse files
ci: remove (legacy alias) from pre-commit output
ruff (legacy alias)......................................................Passed
1 parent ef47962 commit 77ae709

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ repos:
3636
- repo: https://github.com/astral-sh/ruff-pre-commit
3737
rev: v0.11.2
3838
hooks:
39-
- id: ruff
39+
- id: ruff-check
4040
args: [--fix, --show-fixes]
4141
- id: ruff-format
4242
- repo: https://github.com/codespell-project/codespell

0 commit comments

Comments
 (0)