From 0410013e1e68d40303f6e6b85f368202bfe54797 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 )