We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 694c862 commit 402fe35Copy full SHA for 402fe35
1 file changed
.devcontainer/devcontainer.json
@@ -48,5 +48,5 @@
48
// Mount the parent as /workspaces so we can pip install peers as editable
49
"workspaceMount": "source=${localWorkspaceFolder}/..,target=/workspaces,type=bind",
50
// After the container is created, install the python project in editable form
51
- // "postCreateCommand": "pip install $([ -f dev-requirements.txt ] && echo '-c dev-requirements.txt') -e '.[dev]' && pre-commit install"
+ "postCreateCommand": "uv sync --locked && uvx pre-commit install && SHELL=bash uv tool update-shell"
52
}
0 commit comments