Skip to content

Commit 479b646

Browse files
authored
[CodeStyle][Ruff] rename pre-commit id ruff -> ruff-check (#73060)
1 parent 5bcef40 commit 479b646

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
@@ -62,7 +62,7 @@ repos:
6262
- repo: https://github.com/astral-sh/ruff-pre-commit
6363
rev: v0.11.11
6464
hooks:
65-
- id: ruff
65+
- id: ruff-check
6666
args: [--fix, --exit-non-zero-on-fix, --no-cache]
6767
# For C++ files
6868
- repo: local

0 commit comments

Comments
 (0)