11 lines
372 B
JSON
11 lines
372 B
JSON
{
|
|
"name": "Python 3",
|
|
"image": "mcr.microsoft.com/devcontainers/python:3.13-bullseye",
|
|
"features": {
|
|
"ghcr.io/devcontainers-contrib/features/pre-commit:2": {},
|
|
"ghcr.io/devcontainers-contrib/features/poetry:2": {},
|
|
"ghcr.io/meaningful-ooo/devcontainer-features/homebrew:2": {}
|
|
},
|
|
"postCreateCommand": ".devcontainer/setup.sh"
|
|
}
|