Fix ruff check legacy alias for pre-commit

This commit is contained in:
Tim Wojtulewicz 2025-08-26 12:47:03 -07:00
parent d7db612b0f
commit 39cd0332cd

View file

@ -36,8 +36,8 @@ repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.12.8
hooks:
- id: ruff
args: [--fix]
- id: ruff-check
args: ["--fix"]
- id: ruff-format
- repo: https://github.com/cheshirekow/cmake-format-precommit