2024-05-31 21:09:54 +00:00
|
|
|
{
|
|
|
|
"name": "Python 3",
|
2024-05-31 21:51:29 +00:00
|
|
|
"image": "mcr.microsoft.com/devcontainers/python:3.12-bullseye",
|
2024-05-31 21:09:54 +00:00
|
|
|
"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
|
|
|
},
|
2024-05-31 21:34:13 +00:00
|
|
|
"postCreateCommand": ".devcontainer/setup.sh"
|
2024-05-31 21:09:54 +00:00
|
|
|
}
|