Switch formatting from black to ruff-format (#102893)

Co-authored-by: Franck Nijhof <git@frenck.dev>
This commit is contained in:
Aarni Koskela 2023-11-27 15:38:59 +02:00 committed by GitHub
parent cf9b0e804f
commit 706add4a57
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
161 changed files with 530 additions and 607 deletions

View file

@ -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,
)
),
),
)