From da14df72bedd9763137e59f8562099f9f615be12 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gaspard=20F=C3=A9rey?= Date: Fri, 7 Feb 2025 15:59:17 +0100 Subject: [PATCH 1/3] Update init-helm-charts.sh with pre-commit install --- init-helm-charts.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/init-helm-charts.sh b/init-helm-charts.sh index 8e71cee..f81d9cc 100644 --- a/init-helm-charts.sh +++ b/init-helm-charts.sh @@ -7,3 +7,6 @@ git clone https://github.com/InseeFrLab/helm-charts-automation.git git clone https://github.com/InseeFrLab/helm-charts-shiny-apps.git git clone https://github.com/InseeFrLab/helm-charts-miscellaneous.git git clone https://inseefrlab.github.io/helm-charts-datascience + +pip install pre-commit +ls | xargs -I{} bash -c "cd {} && pre-commit install" From 6f8f9644c1c9d7f6e350307b72e8a170fa5d71f6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gaspard=20F=C3=A9rey?= Date: Fri, 7 Feb 2025 16:00:49 +0100 Subject: [PATCH 2/3] Update config.sh with pre-commit package --- config.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/config.sh b/config.sh index 61fc5ce..31fea84 100644 --- a/config.sh +++ b/config.sh @@ -64,3 +64,5 @@ EOT if command -v code-server; then code-server --install-extension dvirtz.parquet-viewer fi + +pip install pre-commit From 627570ca3c27e9e241f86615c62f95482c304bc2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gaspard=20F=C3=A9rey?= Date: Wed, 26 Feb 2025 11:08:56 +0100 Subject: [PATCH 3/3] Update init-helm-charts.sh --- init-helm-charts.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init-helm-charts.sh b/init-helm-charts.sh index f81d9cc..105ffe0 100644 --- a/init-helm-charts.sh +++ b/init-helm-charts.sh @@ -9,4 +9,4 @@ git clone https://github.com/InseeFrLab/helm-charts-miscellaneous.git git clone https://inseefrlab.github.io/helm-charts-datascience pip install pre-commit -ls | xargs -I{} bash -c "cd {} && pre-commit install" +ls -d | xargs -I{} bash -c "cd {} && pre-commit install"