sublimelsp / LSP-pylsp

Convenience package for the Python Language Server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add support for the ruff Python linter

wigging opened this issue · comments

Please add support for the ruff Python linter. Unless it's not documented, I don't see it in the list of supported linters for pylsp.

It can be added but note that there is a dedicated server for ruff at https://github.com/sublimelsp/LSP-ruff

I would rather use pylsp since I'm already using it for other Python tools like black and isort.

You should mention that ruff is a supported linter in the README of this repository.