Skip to content

Commit 183ee9c

Browse files
committed
chore: rename ruff hook to ruff-check in pre-commit configuration
1 parent 5323d9d commit 183ee9c

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
@@ -9,7 +9,7 @@ repos:
99
- repo: https://github.com/astral-sh/ruff-pre-commit
1010
rev: v0.12.7
1111
hooks:
12-
- id: ruff
12+
- id: ruff-check
1313
args: [--fix]
1414
stages: [pre-commit]
1515
- id: ruff-format

0 commit comments

Comments
 (0)