fix devcontainer

This commit is contained in:
Gabriel Augendre 2025-01-05 11:38:14 +01:00
parent a2b9c9ea50
commit a611e51553

View file

@ -3,5 +3,5 @@
"dockerfile": "Dockerfile", "dockerfile": "Dockerfile",
"context": ".." "context": ".."
}, },
"postStartCommand": "inv sync-dependencies && pre-commit install --install-hooks" "postStartCommand": "uv sync && uv run pre-commit install --install-hooks"
} }