Install ruff as a plugin linter to pylsp

This commit is contained in:
Ohad Livne 2025-06-04 22:44:46 +03:00
parent a25b270c99
commit 1ef85cfe0d
Signed by: libohad-dev
GPG key ID: 34FDC68B51191A4D

View file

@ -2,5 +2,5 @@
python3 -m venv .venv python3 -m venv .venv
. .venv/bin/activate . .venv/bin/activate
pip install 'python-lsp-server[all]' pip install 'python-lsp-server[rope]' python-lsp-ruff
pip install -e . pip install -e .