From 1ef85cfe0dc82b7ad744f5565ae2a627a9ecaf18 Mon Sep 17 00:00:00 2001 From: Ohad Livne Date: Wed, 4 Jun 2025 22:44:46 +0300 Subject: [PATCH] Install ruff as a plugin linter to pylsp --- .local/bin/make-venv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.local/bin/make-venv b/.local/bin/make-venv index 802f75f..3de0439 100755 --- a/.local/bin/make-venv +++ b/.local/bin/make-venv @@ -2,5 +2,5 @@ python3 -m venv .venv . .venv/bin/activate -pip install 'python-lsp-server[all]' +pip install 'python-lsp-server[rope]' python-lsp-ruff pip install -e .