From 664dcd4fa80568fad28e4aaa71546ae2ac154c1e Mon Sep 17 00:00:00 2001 From: Ohad Livne Date: Wed, 4 Jun 2025 22:44:54 +0300 Subject: [PATCH] Set up ruff as another LSP server --- .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 942a9b5..678b4d3 100755 --- a/.local/bin/make-venv +++ b/.local/bin/make-venv @@ -6,5 +6,5 @@ pip install \ black \ isort \ 'python-lsp-server[rope]' \ - python-lsp-ruff + ruff-lsp pip install -e .