Skip to content

Commit 7b36495

Browse files
committed
chore(pre-commit): use current preferred ruff-check hook name
Refs astral-sh/ruff-pre-commit#124
1 parent cdc3456 commit 7b36495

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
@@ -45,7 +45,7 @@ repos:
4545
- repo: https://github.com/astral-sh/ruff-pre-commit
4646
rev: v0.14.0
4747
hooks:
48-
- id: ruff
48+
- id: ruff-check
4949
types: [text]
5050
files: ^(helpers/python|.+\.py)$
5151
exclude: ^completions/

0 commit comments

Comments
 (0)