1
0
mirror of https://github.com/home-assistant/core.git synced 2025-12-26 14:08:21 +00:00

Enable B009 (#144192)

This commit is contained in:
Joost Lekkerkerker
2025-05-21 17:37:51 +02:00
committed by GitHub
parent 1dbe1955eb
commit 4cd3527761
21 changed files with 40 additions and 35 deletions

View File

@@ -832,7 +832,7 @@ async def test_configuration_legacy_template_is_removed(hass: HomeAssistant) ->
},
)
assert not getattr(hass.config, "legacy_templates")
assert not hass.config.legacy_templates
async def test_config_defaults() -> None: