Open
Description
Elevator Pitch
Adding support for Ruff linter will be great. It already has a pylsp plugin.
Motivation
It is a very fast linter written in Rust, with sane defaults. It can be used instead of many linters, like flake
, pycodestyles
, isort
, pydocstyle
, etc. and provides their functionality and more. Currently it does not work even if explicitly added to settings.json
.
Design Ideas
It could be selectable in settings, in pylsp.configurationSources
, like the current flake and pycodestyles options.