Open bebound opened 3 months ago
It only takes less than 0.2s to check cli repo, which is awesome.
Measure-Command {ruff check ./} TotalMilliseconds : 160.2757
In comparison, azdev style takes 37minute.
azdev style
Disregard some lint rules of pylint are missed, it can replace azdev linter. https://github.com/astral-sh/ruff/issues/970
azdev linter
Ref: https://docs.astral.sh/ruff/
It only takes less than 0.2s to check cli repo, which is awesome.
In comparison,
azdev style
takes 37minute.Disregard some lint rules of pylint are missed, it can replace
azdev linter
. https://github.com/astral-sh/ruff/issues/970Ref: https://docs.astral.sh/ruff/