diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index e92ad5e..171f668 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -6,5 +6,5 @@ "ghcr.io/devcontainers-contrib/features/poetry:2": {}, "ghcr.io/meaningful-ooo/devcontainer-features/homebrew:2": {} }, - "postCreateCommand": "pre-commit install" + "postCreateCommand": ".devcontainer/setup.sh" }