Skip to content

Commit 063c2a0

Browse files
committed
Use ruff-check instead of ruff
1 parent 05ac577 commit 063c2a0

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
@@ -24,7 +24,7 @@ repos:
2424
- repo: https://github.com/astral-sh/ruff-pre-commit
2525
rev: v0.12.11
2626
hooks:
27-
- id: ruff
27+
- id: ruff-check
2828
files: ^((skore|skore-hub-project|skore-local-project)/(hatch|src|tests))|(examples)/
2929
args: [--fix]
3030
- id: ruff-format

0 commit comments

Comments
 (0)