teufa/.devcontainer/devcontainer.json

10 lines
283 B
JSON
Raw Normal View History

2024-05-31 21:09:54 +00:00
{
"name": "Python 3",
"image": "mcr.microsoft.com/devcontainers/python",
"features": {
2024-05-31 21:31:01 +00:00
"ghcr.io/devcontainers-contrib/features/pre-commit:2": {},
"ghcr.io/devcontainers-contrib/features/poetry:2": {}
2024-05-31 21:09:54 +00:00
},
"postCreateCommand": "pre-commit install"
}