install poetry

This commit is contained in:
Brian Rosner 2024-05-31 21:31:01 +00:00 committed by GitHub
parent 93191371cd
commit 83eb7bfef3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -2,7 +2,8 @@
"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": {}
},
"postCreateCommand": "pre-commit install"
}