diff options
author | Dirk Klimpel <5740567+dklimpel@users.noreply.github.com> | 2022-05-23 13:23:26 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-23 11:23:26 +0000 |
commit | 444588c5fc5e4fd0f3796d389fe5f062acc55286 (patch) | |
tree | 9fc7c743e6f3b19361f61035a0e6c381e782e947 /mypy.ini | |
parent | Fix Complement `TestCanRegisterAdmin` with workers, by adding Complement's sh... (diff) | |
download | synapse-444588c5fc5e4fd0f3796d389fe5f062acc55286.tar.xz |
Add some type hints to tests files (#12833)
Co-authored-by: Andrew Morgan <1342360+anoadragon453@users.noreply.github.com>
Diffstat (limited to 'mypy.ini')
-rw-r--r-- | mypy.ini | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/mypy.ini b/mypy.ini index df2622df98..fe3e3f9b8e 100644 --- a/mypy.ini +++ b/mypy.ini @@ -41,16 +41,11 @@ exclude = (?x) |tests/events/test_utils.py |tests/federation/test_federation_catch_up.py |tests/federation/test_federation_sender.py - |tests/federation/test_federation_server.py |tests/federation/transport/test_knocking.py - |tests/federation/transport/test_server.py |tests/handlers/test_typing.py |tests/http/federation/test_matrix_federation_agent.py |tests/http/federation/test_srv_resolver.py - |tests/http/test_fedclient.py |tests/http/test_proxyagent.py - |tests/http/test_servlet.py - |tests/http/test_site.py |tests/logging/__init__.py |tests/logging/test_terse_json.py |tests/module_api/test_api.py @@ -59,12 +54,9 @@ exclude = (?x) |tests/push/test_push_rule_evaluator.py |tests/rest/client/test_transactions.py |tests/rest/media/v1/test_media_storage.py - |tests/scripts/test_new_matrix_user.py |tests/server.py |tests/server_notices/test_resource_limits_server_notices.py |tests/state/test_v2.py - |tests/storage/test_base.py - |tests/storage/test_roommember.py |tests/test_metrics.py |tests/test_server.py |tests/test_state.py |