From ceb335bf646d1d0c06481903d47f1ecbd398464d Mon Sep 17 00:00:00 2001 From: Ohad Livne Date: Wed, 4 Jun 2025 22:46:03 +0300 Subject: [PATCH] Install the mypy plugin for Python LSP --- .config/setup/01-install-packages.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/.config/setup/01-install-packages.sh b/.config/setup/01-install-packages.sh index cd80dc8..9fd1b2f 100755 --- a/.config/setup/01-install-packages.sh +++ b/.config/setup/01-install-packages.sh @@ -40,6 +40,7 @@ pulseaudio-utils \ python3-poetry \ python3-pylsp-black \ python3-pylsp-isort \ +python3-pylsp-mypy \ python3-pylsp-rope \ python3.12-venv \ qtwayland5 \