From 3905b9ee2ee8d27d32cf6496113ce85b3adafd8d Mon Sep 17 00:00:00 2001
From: Jakob Deller <jakob.deller@uba.de>
Date: Tue, 2 Jul 2024 12:16:34 +0000
Subject: [PATCH] Add pylyzer to python enviromnemt to be able to use the
 pylyzer codium extension

---
 entwicklung/install.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/entwicklung/install.sh b/entwicklung/install.sh
index a17c027..5e4e228 100644
--- a/entwicklung/install.sh
+++ b/entwicklung/install.sh
@@ -30,7 +30,7 @@ sudo apt-get install --yes gitlab-runner
 curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | \
 	sh -s -- -y --profile minimal --component rustfmt clippy
 
-pipx install ruff
+pipx install ruff pylyzer
 
 Rscript -e "dir.create(path = Sys.getenv('R_LIBS_USER'), showWarnings = FALSE, recursive = TRUE)"
 Rscript -e "install.packages(c('leaflet', 'leaflet.extras', 'geojsonsf'))"
-- 
GitLab