From 1bded7df1cedaae1bbb7161e43b38bdd8dcd04e4 Mon Sep 17 00:00:00 2001 From: Rambaud Pierrick <12rambau@users.noreply.github.com> Date: Tue, 17 Sep 2024 11:00:36 +0000 Subject: [PATCH] fix: install pre-commit in devcontainer --- .devcontainer/devcontainer.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 1a7e7c6..56910d3 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -5,6 +5,5 @@ "ghcr.io/devcontainers-contrib/features/nox:2": {}, "ghcr.io/devcontainers-contrib/features/pre-commit:2": {} }, - "postCreateCommand": "sudo apt-get install graphviz graphviz-dev", - "postStartCommand": "pre-commit install" + "postCreateCommand": "pre-commit install" } -- GitLab