adaptive-lighting/scripts/setup-devcontainer

9 lines
237 B
Text
Raw Normal View History

#!/usr/bin/env bash
set -ex
cd "$(dirname "$0")/.."
# Tests run via pytest-homeassistant-custom-component (PHCC); no Home Assistant
# core checkout is required. See tests/README.md.
uv sync --group test
uv run pre-commit install-hooks