diff options
author | Dirk Klimpel <5740567+dklimpel@users.noreply.github.com> | 2022-03-11 13:42:22 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-11 12:42:22 +0000 |
commit | 32c828d0f760492711a98b11376e229d795fd1b3 (patch) | |
tree | eef4f72aea1f527eab8af7a9a990d6ba43567836 /mypy.ini | |
parent | Add some type hints to the tests.handlers module. (#12207) (diff) | |
download | synapse-32c828d0f760492711a98b11376e229d795fd1b3.tar.xz |
Add type hints to `tests/rest`. (#12208)
Co-authored-by: Patrick Cloke <clokep@users.noreply.github.com>
Diffstat (limited to 'mypy.ini')
-rw-r--r-- | mypy.ini | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mypy.ini b/mypy.ini index c8390ddba9..f9c39fcaae 100644 --- a/mypy.ini +++ b/mypy.ini @@ -90,7 +90,6 @@ exclude = (?x) |tests/push/test_push_rule_evaluator.py |tests/rest/client/test_transactions.py |tests/rest/media/v1/test_media_storage.py - |tests/rest/media/v1/test_url_preview.py |tests/scripts/test_new_matrix_user.py |tests/server.py |tests/server_notices/test_resource_limits_server_notices.py |