hass.tibber_prices/.claude/settings.local.json
Julian Pawlowski 870b716681 feat(settings): add local settings for script permissions
Introduce a new settings file to define permissions for various script executions.

Impact: Enables controlled execution of linting, type-checking, and testing scripts.
2026-04-25 18:36:02 +00:00

11 lines
327 B
JSON

{
"permissions": {
"allow": [
"Bash(./scripts/lint-check)",
"Bash(./scripts/type-check)",
"Bash(./scripts/test tests/services/test_plan_charging.py tests/services/test_energy_calculator.py tests/services/test_power_scheduler.py)",
"Bash(./scripts/test)",
"Bash(./scripts/check)"
]
}
}