teufa/.devcontainer/devcontainer.json

9 lines
220 B
JSON
Raw Normal View History

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