mirror of
https://github.com/basnijholt/adaptive-lighting.git
synced 2026-09-12 06:44:04 +02:00
Update .devcontainer
This commit is contained in:
parent
7c422f6a3a
commit
b4078b72db
4 changed files with 23 additions and 21 deletions
|
|
@ -1,5 +1,5 @@
|
|||
#!/usr/bin/env bash
|
||||
set -e
|
||||
set -ex
|
||||
cd "$(dirname "$0")/.."
|
||||
|
||||
# Clone only if the folder doesn't exist
|
||||
|
|
@ -8,10 +8,10 @@ if [[ ! -d "core" ]]; then
|
|||
fi
|
||||
|
||||
pip install \
|
||||
colorlog==6.7.0 \
|
||||
pip>=21.0,<23.2 \
|
||||
ruff==0.0.265
|
||||
colorlog \
|
||||
pip \
|
||||
ruff
|
||||
|
||||
./scripts/setup-dependencies
|
||||
./scripts/setup-symlinks
|
||||
pre-commit install-hooks
|
||||
uv run pre-commit install-hooks
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue