diff options
author | Dirk Klimpel <5740567+dklimpel@users.noreply.github.com> | 2022-03-18 16:24:18 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-18 15:24:18 +0000 |
commit | c46065fa3d6ad000f5da6e196c769371e0e76ec5 (patch) | |
tree | cd94402265dca091db603035d1b074fcec0f461b /mypy.ini | |
parent | Correct `check_username_for_spam` annotations and docs (#12246) (diff) | |
download | synapse-c46065fa3d6ad000f5da6e196c769371e0e76ec5.tar.xz |
Add some type hints to datastore (#12248)
* inherit `MonthlyActiveUsersStore` from `RegistrationWorkerStore` Co-authored-by: Patrick Cloke <clokep@users.noreply.github.com>
Diffstat (limited to 'mypy.ini')
-rw-r--r-- | mypy.ini | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/mypy.ini b/mypy.ini index 51f47ff5be..d8b3b3f9e5 100644 --- a/mypy.ini +++ b/mypy.ini @@ -42,9 +42,6 @@ exclude = (?x) |synapse/storage/databases/main/cache.py |synapse/storage/databases/main/devices.py |synapse/storage/databases/main/event_federation.py - |synapse/storage/databases/main/group_server.py - |synapse/storage/databases/main/metrics.py - |synapse/storage/databases/main/monthly_active_users.py |synapse/storage/databases/main/push_rule.py |synapse/storage/databases/main/receipts.py |synapse/storage/databases/main/roommember.py @@ -87,9 +84,6 @@ exclude = (?x) |tests/state/test_v2.py |tests/storage/test_background_update.py |tests/storage/test_base.py - |tests/storage/test_client_ips.py - |tests/storage/test_database.py - |tests/storage/test_event_federation.py |tests/storage/test_id_generators.py |tests/storage/test_roommember.py |tests/test_metrics.py |