Skip to content

Commit 59f3be0

Browse files
authored
ruff -> ruff-check (NVIDIA#1356)
1 parent 2facdb6 commit 59f3be0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ repos:
1717
- repo: https://github.com/astral-sh/ruff-pre-commit
1818
rev: 9c89adb347f6b973f4905a4be0051eb2ecf85dea # frozen: v0.13.3
1919
hooks:
20-
- id: ruff
20+
- id: ruff-check
2121
args: [--fix, --show-fixes]
2222
- id: ruff-format
2323

0 commit comments

Comments
 (0)