Merge pull request #6 from brosner/improve-devcontainer
improve devcontainer
This commit is contained in:
commit
1e39214f73
@ -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
.devcontainer/setup.sh
Executable file
6
.devcontainer/setup.sh
Executable file
@ -0,0 +1,6 @@
|
||||
#!/bin/bash
|
||||
|
||||
pre-commit install
|
||||
brew install withgraphite/tap/graphite
|
||||
|
||||
# gt auth --token $GRAPHITE_TOKEN
|
Loading…
x
Reference in New Issue
Block a user