diff options
author | Dirk Klimpel <5740567+dklimpel@users.noreply.github.com> | 2022-01-31 20:20:05 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-31 14:20:05 -0500 |
commit | 901b264c0c88f39cbfb8b2229e0dc57968882658 (patch) | |
tree | 6dd0e29471ea6ea0f1c0358261d878bbc713fe1b /mypy.ini | |
parent | Consolidate the `access_token` information in the admin api (#11861) (diff) | |
download | synapse-901b264c0c88f39cbfb8b2229e0dc57968882658.tar.xz |
Add type hints to `tests/rest/admin` (#11851)
Diffstat (limited to 'mypy.ini')
-rw-r--r-- | mypy.ini | 3 |
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 |