summary refs log tree commit diff
path: root/mypy.ini
diff options
context:
space:
mode:
authorDavid Robertson <davidr@element.io>2021-11-12 15:58:17 +0000
committerGitHub <noreply@github.com>2021-11-12 15:58:17 +0000
commit6f8f3d4bc5283abdbc52f7376975d7f3bacfe159 (patch)
tree80e4daab9128a4ee32d75e1a40b3f595ddd71a55 /mypy.ini
parentMisc typing fixes for `tests`, part 1 of N (#11323) (diff)
downloadsynapse-6f8f3d4bc5283abdbc52f7376975d7f3bacfe159.tar.xz
Attempt to annotate events_forward_extremities (#11314)
* Make DataStore inherit from EventForwardExtremitiesStore before CacheInvalidationWorkerStore

the former implicitly inherits from the latter, so they should be
ordered like this when used.
Diffstat (limited to 'mypy.ini')
-rw-r--r--mypy.ini1
1 files changed, 0 insertions, 1 deletions
diff --git a/mypy.ini b/mypy.ini
index 60672ea5c8..d81e964dc7 100644
--- a/mypy.ini
+++ b/mypy.ini
@@ -34,7 +34,6 @@ exclude = (?x)
    |synapse/storage/databases/main/event_federation.py
    |synapse/storage/databases/main/event_push_actions.py
    |synapse/storage/databases/main/events_bg_updates.py
-   |synapse/storage/databases/main/events_forward_extremities.py
    |synapse/storage/databases/main/events_worker.py
    |synapse/storage/databases/main/group_server.py
    |synapse/storage/databases/main/media_repository.py