diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index eb9a630..171f668 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -2,7 +2,9 @@ "name": "Python 3", "image": "mcr.microsoft.com/devcontainers/python", "features": { - "ghcr.io/devcontainers-contrib/features/pre-commit:2": {} + "ghcr.io/devcontainers-contrib/features/pre-commit:2": {}, + "ghcr.io/devcontainers-contrib/features/poetry:2": {}, + "ghcr.io/meaningful-ooo/devcontainer-features/homebrew:2": {} }, - "postCreateCommand": "pre-commit install" + "postCreateCommand": ".devcontainer/setup.sh" } diff --git a/.devcontainer/setup.sh b/.devcontainer/setup.sh new file mode 100755 index 0000000..290cf05 --- /dev/null +++ b/.devcontainer/setup.sh @@ -0,0 +1,6 @@ +#!/bin/bash + +pre-commit install +brew install withgraphite/tap/graphite + +# gt auth --token $GRAPHITE_TOKEN