From ce00fe50dc372a9edb520aff3878b697614b2c58 Mon Sep 17 00:00:00 2001 From: Ohad Livne Date: Sat, 3 Jan 2026 22:09:15 +0200 Subject: [PATCH] Install docker type stubs in the lsp venv --- .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 448fc1d..e7bc1eb 100755 --- a/.config/setup/06-install-pipx-packages.sh +++ b/.config/setup/06-install-pipx-packages.sh @@ -24,6 +24,7 @@ PYLSP_PLUGINS=( pylsp-rope pytest testcontainers + types-docker types-pyxdg # keep-sorted end )