summary refs log tree commit diff
path: root/mypy.ini
diff options
context:
space:
mode:
authorDirk Klimpel <5740567+dklimpel@users.noreply.github.com>2022-01-31 20:20:05 +0100
committerGitHub <noreply@github.com>2022-01-31 14:20:05 -0500
commit901b264c0c88f39cbfb8b2229e0dc57968882658 (patch)
tree6dd0e29471ea6ea0f1c0358261d878bbc713fe1b /mypy.ini
parentConsolidate the `access_token` information in the admin api (#11861) (diff)
downloadsynapse-901b264c0c88f39cbfb8b2229e0dc57968882658.tar.xz
Add type hints to `tests/rest/admin` (#11851)
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 85fa22d28f..2884078d0a 100644
--- a/mypy.ini
+++ b/mypy.ini
@@ -77,9 +77,6 @@ exclude = (?x)
    |tests/push/test_http.py
    |tests/push/test_presentable_names.py
    |tests/push/test_push_rule_evaluator.py
-   |tests/rest/admin/test_admin.py
-   |tests/rest/admin/test_user.py
-   |tests/rest/admin/test_username_available.py
    |tests/rest/client/test_account.py
    |tests/rest/client/test_events.py
    |tests/rest/client/test_filter.py