Set up ruff as another LSP server

This commit is contained in:
Ohad Livne 2025-06-04 22:44:54 +03:00
parent eba079cbf0
commit 664dcd4fa8
Signed by: libohad-dev
GPG key ID: 34FDC68B51191A4D

View file

@ -6,5 +6,5 @@ pip install \
black \ black \
isort \ isort \
'python-lsp-server[rope]' \ 'python-lsp-server[rope]' \
python-lsp-ruff ruff-lsp
pip install -e . pip install -e .