diff options
author | Dirk Klimpel <5740567+dklimpel@users.noreply.github.com> | 2021-12-03 14:57:13 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-03 13:57:13 +0000 |
commit | e5f426cd54609e7f05f8241d845e6e36c5f10d9a (patch) | |
tree | c38e87d253d57835b521654b044c40ab1376b477 /mypy.ini | |
parent | Revert accidental commits to develop. (diff) | |
download | synapse-e5f426cd54609e7f05f8241d845e6e36c5f10d9a.tar.xz |
Add type hints to `synapse/tests/rest/admin` (#11501)
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 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 |