Skip to content

Commit 385084f

Browse files
Update hook name: ruff → ruff-check
Align with the preferred ruff-pre-commit hook name: astral-sh/ruff-pre-commit#124
1 parent a1f1b2b commit 385084f

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
@@ -123,7 +123,7 @@ repos:
123123
# handling .pyi), it's more readable then to have all the config here.
124124
- repo: local
125125
hooks:
126-
- id: ruff
126+
- id: ruff-check
127127
name: ruff check (using `poetry`)
128128
# Wow this looks ugly ! But there is a reason why:
129129
# - Ruff's `extend-exclude` doesn't work if it is not run from it config's folder

0 commit comments

Comments
 (0)