summary refs log tree commit diff
path: root/mypy.ini
diff options
context:
space:
mode:
authorDirk Klimpel <5740567+dklimpel@users.noreply.github.com>2022-02-28 19:59:00 +0100
committerGitHub <noreply@github.com>2022-02-28 18:59:00 +0000
commit952efd0bca967bc2fcabe5c3f1f58e14ddc41686 (patch)
treec4f7db85a4d593e3ee10c2964149b249cf51a810 /mypy.ini
parentRemove the unstable `/spaces` endpoint. (#12073) (diff)
downloadsynapse-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.ini3
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