Bump ruff from 0.7.3 to 0.11.10 (#18451)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Andrew Morgan <andrew@amorgan.xyz>
Co-authored-by: Andrew Morgan <1342360+anoadragon453@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2025-05-20 15:23:30 +01:00
committed by GitHub
parent a6cb3533db
commit 9d43bec326
60 changed files with 178 additions and 206 deletions

View File

@@ -149,7 +149,7 @@ class _DummyStore:
async def get_partial_state_events(
self, event_ids: Collection[str]
) -> Dict[str, bool]:
return {e: False for e in event_ids}
return dict.fromkeys(event_ids, False)
async def get_state_group_delta(
self, name: str