ruff-lsp

Language Server Protocol implementation for the Ruff Python linter

brewmacoslinux
Try with needOr install directly
Source

About

Language Server Protocol implementation for Ruff

Commands

ruff-lsp

Examples

Start the LSP server on default port 2087$ ruff-lsp
Start the LSP server on a custom port$ ruff-lsp --port 8080
Enable debug logging while running the server$ ruff-lsp --debug