checkout/.devcontainer/devcontainer.json

8 lines
151 B
JSON
Raw Normal View History

2023-03-27 09:37:44 +02:00
{
"build": {
"dockerfile": "Dockerfile",
"context": ".."
},
2025-01-05 11:48:05 +01:00
"postStartCommand": "uv sync && uv run pre-commit install --install-hooks"
2023-03-27 09:37:44 +02:00
}