prospector icon indicating copy to clipboard operation
prospector copied to clipboard

[FEATURE REQUEST] Add support for ruff

Open pmav99 opened this issue 2 years ago • 2 comments

Ruff is a very fast python linter written in Rust that has reached feature parity with flake8: https://github.com/charliermarsh/ruff

pmav99 avatar Feb 28 '23 08:02 pmav99

Ruff is just a Rust executable then it's not easy to integrate, why not using https://pypi.org/project/flake8-ruff/?

sbrunner avatar Oct 22 '24 18:10 sbrunner

Or simply use the JSON output format, we have all the needed information :-)

sbrunner avatar Oct 22 '24 18:10 sbrunner