teufa/.devcontainer/devcontainer.json

11 lines
354 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": {},
2024-05-31 21:32:08 +00:00
"ghcr.io/devcontainers-contrib/features/poetry:2": {},
"ghcr.io/meaningful-ooo/devcontainer-features/homebrew:2": {}
2024-05-31 21:09:54 +00:00
},
"postCreateCommand": "pre-commit install"
}