diff options
author | David Robertson <davidr@element.io> | 2023-02-09 00:23:35 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-02-09 00:23:35 +0000 |
commit | 7081bb56e2b4201ee730310a88180b6f76af1337 (patch) | |
tree | c6d592a19bc732e55129f5dd1f652f6ba94b5a50 /mypy.ini | |
parent | Add more missing type hints to tests. (#15028) (diff) | |
download | synapse-7081bb56e2b4201ee730310a88180b6f76af1337.tar.xz |
Proper types for `tests.module_api` (#15031)
* -> None for test methods * A first batch of type fixes * Introduce common parent test case * Fixup that big test method * tests.module_api passes mypy * Changelog
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 0e5c6ccf61..3f144e61fb 100644 --- a/mypy.ini +++ b/mypy.ini @@ -32,7 +32,6 @@ exclude = (?x) |synapse/storage/databases/main/cache.py |synapse/storage/schema/ - |tests/module_api/test_api.py |tests/server.py )$ |