From 96568a1103f03a6cfcff39cc48abc88fee03c708 Mon Sep 17 00:00:00 2001 From: Ohad Livne Date: Sat, 27 Dec 2025 18:56:22 +0200 Subject: [PATCH] Install testcontainers in the lsp venv for type inference --- .config/setup/06-install-pipx-packages.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/.config/setup/06-install-pipx-packages.sh b/.config/setup/06-install-pipx-packages.sh index 91d04f3..448fc1d 100755 --- a/.config/setup/06-install-pipx-packages.sh +++ b/.config/setup/06-install-pipx-packages.sh @@ -23,6 +23,7 @@ PYLSP_PLUGINS=( pylsp-mypy pylsp-rope pytest + testcontainers types-pyxdg # keep-sorted end )