hass.tibber_prices/scripts
Julian Pawlowski b2d63c2b6d chore(scripts): add explicit format/fix/check modes for all file types
Split lint workflow into three clearly separated modes:

- scripts/format: Python-only formatting (Ruff format)
- scripts/lint-fix: Python-only lint auto-fixes (Ruff check --fix)
- scripts/lint: convenience wrapper (delegates to format + lint-fix)

Add all-in-one scripts covering Python and non-Python files (Prettier for
JSON/JSONC/Markdown/YAML, shfmt for shell scripts):

- scripts/format-all: format all file types
- scripts/check-all: check-only for all file types (CI/CD parity)
- scripts/lint-all: format-all + lint-fix in one command

Release-Notes: skip
User-Impact: none
2026-04-12 12:11:38 +00:00
..
.lib refactor(scripts): reorganize and standardize development scripts 2025-11-26 13:11:52 +00:00
docs refactor(docs): restructure navigation and split large pages 2026-04-11 10:33:58 +00:00
release fix: update default Copilot model version to 4.6 2026-04-07 15:22:29 +00:00
setup feat(devcontainer): add yq and additional CLI tools, improve compatibility symlinks 2026-04-11 15:56:14 +00:00
check feat(docs): add multi-language entity reference with search 2026-04-11 09:55:28 +00:00
check-all chore(scripts): add explicit format/fix/check modes for all file types 2026-04-12 12:11:38 +00:00
clean refactor(scripts): reorganize and standardize development scripts 2025-11-26 13:11:52 +00:00
develop refactor(scripts): reorganize and standardize development scripts 2025-11-26 13:11:52 +00:00
format chore(scripts): add explicit format/fix/check modes for all file types 2026-04-12 12:11:38 +00:00
format-all chore(scripts): add explicit format/fix/check modes for all file types 2026-04-12 12:11:38 +00:00
help refactor(scripts): reorganize and standardize development scripts 2025-11-26 13:11:52 +00:00
lint chore(scripts): add explicit format/fix/check modes for all file types 2026-04-12 12:11:38 +00:00
lint-all chore(scripts): add explicit format/fix/check modes for all file types 2026-04-12 12:11:38 +00:00
lint-check refactor(scripts): reorganize and standardize development scripts 2025-11-26 13:11:52 +00:00
lint-fix chore(scripts): add explicit format/fix/check modes for all file types 2026-04-12 12:11:38 +00:00
motd refactor(scripts): reorganize and standardize development scripts 2025-11-26 13:11:52 +00:00
test refactor(scripts): reorganize and standardize development scripts 2025-11-26 13:11:52 +00:00
type-check refactor(scripts): reorganize and standardize development scripts 2025-11-26 13:11:52 +00:00