Clean up unneeded ruff noqa directives (#113616)
This commit is contained in:
parent
c57dcacade
commit
6ee273a548
42 changed files with 48 additions and 63 deletions
|
@ -24,7 +24,7 @@ def stub_blueprint_populate_autouse(stub_blueprint_populate: None) -> None:
|
|||
|
||||
|
||||
@pytest.fixture(autouse=True)
|
||||
async def setup_script(hass, script_config, stub_blueprint_populate): # noqa: F811
|
||||
async def setup_script(hass, script_config, stub_blueprint_populate):
|
||||
"""Set up script integration."""
|
||||
assert await async_setup_component(hass, "script", {"script": script_config})
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue