diff options
author | Dirk Klimpel <5740567+dklimpel@users.noreply.github.com> | 2022-03-17 12:25:50 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-17 07:25:50 -0400 |
commit | 9e06e220649cc0139749c388a894bee0d65d5f4e (patch) | |
tree | 6c0e9e518cb99f38e95b7faa73992b00198560f4 /mypy.ini | |
parent | Merge branch 'release-v1.55' into develop (diff) | |
download | synapse-9e06e220649cc0139749c388a894bee0d65d5f4e.tar.xz |
Add type hints to more tests files. (#12240)
Diffstat (limited to 'mypy.ini')
-rw-r--r-- | mypy.ini | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/mypy.ini b/mypy.ini index fe31bfb8bb..51f47ff5be 100644 --- a/mypy.ini +++ b/mypy.ini @@ -66,9 +66,6 @@ exclude = (?x) |tests/federation/test_federation_server.py |tests/federation/transport/test_knocking.py |tests/federation/transport/test_server.py - |tests/handlers/test_cas.py - |tests/handlers/test_federation.py - |tests/handlers/test_presence.py |tests/handlers/test_typing.py |tests/http/federation/test_matrix_federation_agent.py |tests/http/federation/test_srv_resolver.py @@ -80,7 +77,6 @@ exclude = (?x) |tests/logging/test_terse_json.py |tests/module_api/test_api.py |tests/push/test_email.py - |tests/push/test_http.py |tests/push/test_presentable_names.py |tests/push/test_push_rule_evaluator.py |tests/rest/client/test_transactions.py |