summary refs log tree commit diff
path: root/mypy.ini
diff options
context:
space:
mode:
authorDirk Klimpel <5740567+dklimpel@users.noreply.github.com>2021-12-03 14:57:13 +0100
committerGitHub <noreply@github.com>2021-12-03 13:57:13 +0000
commite5f426cd54609e7f05f8241d845e6e36c5f10d9a (patch)
treec38e87d253d57835b521654b044c40ab1376b477 /mypy.ini
parentRevert accidental commits to develop. (diff)
downloadsynapse-e5f426cd54609e7f05f8241d845e6e36c5f10d9a.tar.xz
Add type hints to `synapse/tests/rest/admin` (#11501)
Diffstat (limited to 'mypy.ini')
-rw-r--r--mypy.ini3
1 files changed, 0 insertions, 3 deletions
diff --git a/mypy.ini b/mypy.ini
index fea71d154c..1caf807e85 100644
--- a/mypy.ini
+++ b/mypy.ini
@@ -86,9 +86,6 @@ exclude = (?x)
    |tests/push/test_presentable_names.py
    |tests/push/test_push_rule_evaluator.py
    |tests/rest/admin/test_admin.py
-   |tests/rest/admin/test_device.py
-   |tests/rest/admin/test_media.py
-   |tests/rest/admin/test_server_notice.py
    |tests/rest/admin/test_user.py
    |tests/rest/admin/test_username_available.py
    |tests/rest/client/test_account.py