Closed yining closed 8 months ago
This commit appends check to the ruff executable if the version of specified ruff executable is >= 0.3.0, as ruff version 0.3.0 deprecates ruff <path> in favor of ruff check <path>:
check
>= 0.3.0
0.3.0
ruff <path>
ruff check <path>
https://github.com/astral-sh/ruff/releases/tag/v0.3.0
This commit appends
check
to the ruff executable if the version of specified ruff executable is>= 0.3.0
, as ruff version0.3.0
deprecatesruff <path>
in favor ofruff check <path>
:https://github.com/astral-sh/ruff/releases/tag/v0.3.0