1
0
mirror of https://github.com/esphome/esphome.git synced 2026-02-08 00:31:58 +00:00

Bump ruff from 0.14.14 to 0.15.0 (#13752)

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: J. Nick Koston <nick@home-assistant.io>
This commit is contained in:
dependabot[bot]
2026-02-04 09:24:05 +00:00
committed by GitHub
parent 2541ec1565
commit 4d05cd3059
15 changed files with 60 additions and 65 deletions

View File

@@ -98,9 +98,11 @@ async def test_script_queued(
if not test3_complete.done():
loop.call_later(
0.3,
lambda: test3_complete.set_result(True)
if not test3_complete.done()
else None,
lambda: (
test3_complete.set_result(True)
if not test3_complete.done()
else None
),
)
# Test 4: Rejection