install poetry
This commit is contained in:
parent
93191371cd
commit
83eb7bfef3
@ -2,7 +2,8 @@
|
|||||||
"name": "Python 3",
|
"name": "Python 3",
|
||||||
"image": "mcr.microsoft.com/devcontainers/python",
|
"image": "mcr.microsoft.com/devcontainers/python",
|
||||||
"features": {
|
"features": {
|
||||||
"ghcr.io/devcontainers-contrib/features/pre-commit:2": {}
|
"ghcr.io/devcontainers-contrib/features/pre-commit:2": {},
|
||||||
|
"ghcr.io/devcontainers-contrib/features/poetry:2": {}
|
||||||
},
|
},
|
||||||
"postCreateCommand": "pre-commit install"
|
"postCreateCommand": "pre-commit install"
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user