diff options
author | Dirk Klimpel <5740567+dklimpel@users.noreply.github.com> | 2022-03-02 17:34:14 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-02 16:34:14 +0000 |
commit | 2ffaf30803f93273a4d8a65c9e6c3110c8433488 (patch) | |
tree | 88e768c62d855d62a6e010959f654c096aa6cbb4 /mypy.ini | |
parent | Enable complexity checking in complexity checking docs example (#11998) (diff) | |
download | synapse-2ffaf30803f93273a4d8a65c9e6c3110c8433488.tar.xz |
Add type hints to `tests/rest/client` (#12108)
* Add type hints to `tests/rest/client` * newsfile * fix imports * add `test_account.py` * Remove one type hint in `test_report_event.py` * change `on_create_room` to `async` * update new functions in `test_third_party_rules.py` * Add `test_filter.py` * add `test_rooms.py` * change to `assertEquals` to `assertEqual` * lint
Diffstat (limited to 'mypy.ini')
-rw-r--r-- | mypy.ini | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/mypy.ini b/mypy.ini index 6b1e995e64..23ca4eaa5a 100644 --- a/mypy.ini +++ b/mypy.ini @@ -78,13 +78,7 @@ exclude = (?x) |tests/push/test_http.py |tests/push/test_presentable_names.py |tests/push/test_push_rule_evaluator.py - |tests/rest/client/test_account.py - |tests/rest/client/test_filter.py - |tests/rest/client/test_report_event.py - |tests/rest/client/test_rooms.py - |tests/rest/client/test_third_party_rules.py |tests/rest/client/test_transactions.py - |tests/rest/client/test_typing.py |tests/rest/key/v2/test_remote_key_resource.py |tests/rest/media/v1/test_base.py |tests/rest/media/v1/test_media_storage.py |