Merge pull request #6 from brosner/improve-devcontainer

improve devcontainer
This commit is contained in:
2024-05-31 15:49:20 -06:00
committed by GitHub
2 changed files with 10 additions and 2 deletions
+4 -2
View File
@@ -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"
}
+6
View File
@@ -0,0 +1,6 @@
#!/bin/bash
pre-commit install
brew install withgraphite/tap/graphite
# gt auth --token $GRAPHITE_TOKEN