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
|
@ -493,9 +493,13 @@ async def test_logbook_describe_event(
|
|||
hass,
|
||||
"fake_integration.logbook",
|
||||
Mock(
|
||||
async_describe_events=lambda hass, async_describe_event: async_describe_event(
|
||||
"test_domain", "some_event", _describe
|
||||
)
|
||||
async_describe_events=(
|
||||
lambda hass, async_describe_event: async_describe_event(
|
||||
"test_domain",
|
||||
"some_event",
|
||||
_describe,
|
||||
)
|
||||
),
|
||||
),
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue