prospector
prospector copied to clipboard
[FEATURE REQUEST] Add support for ruff
Ruff is a very fast python linter written in Rust that has reached feature parity with flake8: https://github.com/charliermarsh/ruff
Ruff is just a Rust executable then it's not easy to integrate, why not using https://pypi.org/project/flake8-ruff/?
Or simply use the JSON output format, we have all the needed information :-)