Switch formatting from black to ruff-format (#102893)
Co-authored-by: Franck Nijhof <git@frenck.dev>
This commit is contained in:
parent
cf9b0e804f
commit
706add4a57
161 changed files with 530 additions and 607 deletions
|
@ -34,7 +34,8 @@ async def test_base_station_migration(
|
|||
), patch(
|
||||
"homeassistant.components.simplisafe.SimpliSafe._async_start_websocket_loop"
|
||||
), patch(
|
||||
"homeassistant.components.simplisafe.PLATFORMS", []
|
||||
"homeassistant.components.simplisafe.PLATFORMS",
|
||||
[],
|
||||
):
|
||||
assert await async_setup_component(hass, DOMAIN, config)
|
||||
await hass.async_block_till_done()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue