teufa/.devcontainer/devcontainer.json
2024-05-31 21:31:01 +00:00

10 lines
283 B
JSON

{
"name": "Python 3",
"image": "mcr.microsoft.com/devcontainers/python",
"features": {
"ghcr.io/devcontainers-contrib/features/pre-commit:2": {},
"ghcr.io/devcontainers-contrib/features/poetry:2": {}
},
"postCreateCommand": "pre-commit install"
}