Azure / azure-cli-dev-tools

Developer utilities for Azure CLI command module and extension developers.
MIT License
79 stars 113 forks source link

[Feature request] Use ruff to replace flake8 and pylint #462

Open bebound opened 1 month ago

bebound commented 1 month 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. image

Disregard some lint rules of pylint are missed, it can replace azdev linter. https://github.com/astral-sh/ruff/issues/970

Ref: https://docs.astral.sh/ruff/