This website requires JavaScript.
Explore
Help
Sign in
remote
/
adaptive-lighting
Watch
1
Star
0
Fork
You've already forked adaptive-lighting
0
mirror of
https://github.com/basnijholt/adaptive-lighting.git
synced
2026-09-11 22:34:04 +02:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
main
adaptive-lighting
/
scripts
/
lint
7 lines
88 B
Text
Raw
Permalink
Normal View
History
Unescape
Escape
VS Code Dev Container (dev & test environment) (#605) * build: dev container Add a VS Code Dev Container from the blueprint at https://github.com/ludeeus/integration_blueprint/tree/bceaae212fefefae84d9529cde5cb6f4b60cc865 * build: dev container test setup Add support for unit testing in the dev container environment with debugging and code coverage. * ci: adjust to dev container test restructuring * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * ci: fix coverage collection * build: add dummy light to HA config * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * build: update dev container to Python 3.11 (for HA 2023.6) * Add VS Code tasks * Use pre-commit hooks for linting * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Unpin HA version --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Bas Nijholt <basnijholt@gmail.com>
2023-06-12 00:33:07 +02:00
#!/usr/bin/env bash
set -e
cd "$(dirname "$0")/.."
build: fix tasks not executing in dev container (#1394)
2026-01-13 11:32:17 +01:00
uv run pre-commit run --all-files
Reference in a new issue
Copy permalink