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

@ -55,11 +55,12 @@ def bypass_api_fixture() -> None:
), patch(
"homeassistant.components.roborock.coordinator.RoborockLocalClient._wait_response"
), patch(
"roborock.api.AttributeCache.async_value"
"roborock.api.AttributeCache.async_value",
), patch(
"roborock.api.AttributeCache.value"
"roborock.api.AttributeCache.value",
), patch(
"homeassistant.components.roborock.image.MAP_SLEEP", 0
"homeassistant.components.roborock.image.MAP_SLEEP",
0,
):
yield