diff options
author | Dirk Klimpel <5740567+dklimpel@users.noreply.github.com> | 2022-02-28 19:59:00 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-28 18:59:00 +0000 |
commit | 952efd0bca967bc2fcabe5c3f1f58e14ddc41686 (patch) | |
tree | c4f7db85a4d593e3ee10c2964149b249cf51a810 /mypy.ini | |
parent | Remove the unstable `/spaces` endpoint. (#12073) (diff) | |
download | synapse-952efd0bca967bc2fcabe5c3f1f58e14ddc41686.tar.xz |
Add type hints to `tests/rest/client` (#12094)
* Add type hints to `tests/rest/client` * update `mypy.ini` * newsfile * add `test_register.py`
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 bd75905c8d..38ff787609 100644 --- a/mypy.ini +++ b/mypy.ini @@ -75,10 +75,7 @@ exclude = (?x) |tests/push/test_presentable_names.py |tests/push/test_push_rule_evaluator.py |tests/rest/client/test_account.py - |tests/rest/client/test_events.py |tests/rest/client/test_filter.py - |tests/rest/client/test_groups.py - |tests/rest/client/test_register.py |tests/rest/client/test_report_event.py |tests/rest/client/test_rooms.py |tests/rest/client/test_third_party_rules.py |