fix(devcontainer): install uv and add venv cleanup (#1317)

This commit is contained in:
lenucksi 2025-11-30 17:14:27 +01:00 committed by GitHub
commit 7a5ad22c62
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -10,9 +10,12 @@ fi
pip install \
colorlog \
pip \
ruff
ruff \
uv
uv venv --python 3.13
pip cache purge
uv venv --clear --python 3.13
./scripts/setup-dependencies
./scripts/setup-symlinks
uv run pre-commit install-hooks