Skip to content

Commit 28afcee

Browse files
committed
fix deprecated alias
1 parent 3c533a9 commit 28afcee

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
@@ -6,7 +6,7 @@ repos:
66
- repo: https://github.com/astral-sh/ruff-pre-commit
77
rev: v0.12.8
88
hooks:
9-
- id: ruff
9+
- id: ruff-check
1010
args: [--fix, --show-fixes]
1111
- repo: local
1212
hooks:

0 commit comments

Comments
 (0)