summary refs log tree commit diff
path: root/mypy.ini
diff options
context:
space:
mode:
authorDirk Klimpel <5740567+dklimpel@users.noreply.github.com>2022-03-15 14:16:37 +0100
committerGitHub <noreply@github.com>2022-03-15 09:16:37 -0400
commit5dd949bee6158a8b651db9f2ae417a62c8184bfd (patch)
treee7236258e5c2870d1db0f5eb6df007a9e6e93ab6 /mypy.ini
parentAdd cancellation support to `@cached` and `@cachedList` decorators (#12183) (diff)
downloadsynapse-5dd949bee6158a8b651db9f2ae417a62c8184bfd.tar.xz
Add type hints to some tests/handlers files. (#12224)
Diffstat (limited to 'mypy.ini')
-rw-r--r--mypy.ini5
1 files changed, 0 insertions, 5 deletions
diff --git a/mypy.ini b/mypy.ini
index f9c39fcaae..fe31bfb8bb 100644
--- a/mypy.ini
+++ b/mypy.ini
@@ -67,13 +67,8 @@ exclude = (?x)
    |tests/federation/transport/test_knocking.py
    |tests/federation/transport/test_server.py
    |tests/handlers/test_cas.py
-   |tests/handlers/test_directory.py
-   |tests/handlers/test_e2e_keys.py
    |tests/handlers/test_federation.py
-   |tests/handlers/test_oidc.py
    |tests/handlers/test_presence.py
-   |tests/handlers/test_profile.py
-   |tests/handlers/test_saml.py
    |tests/handlers/test_typing.py
    |tests/http/federation/test_matrix_federation_agent.py
    |tests/http/federation/test_srv_resolver.py