diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2021-08-11 10:43:40 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-11 10:43:40 -0400 |
commit | fab352ac2cb6a9d69a74be6d4255a9b71e0f7945 (patch) | |
tree | cb219d3166c1efad89f95e277b81420b37be93bb /mypy.ini | |
parent | support federation queries through http connect proxy (#10475) (diff) | |
download | synapse-fab352ac2cb6a9d69a74be6d4255a9b71e0f7945.tar.xz |
Fix type hints in space summary tests. (#10575)
And ensure that the file is checked via mypy.
Diffstat (limited to 'mypy.ini')
-rw-r--r-- | mypy.ini | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mypy.ini b/mypy.ini index 8717ae738e..5d6cd557bc 100644 --- a/mypy.ini +++ b/mypy.ini @@ -86,6 +86,7 @@ files = tests/test_event_auth.py, tests/test_utils, tests/handlers/test_password_providers.py, + tests/handlers/test_space_summary.py, tests/rest/client/v1/test_login.py, tests/rest/client/v2_alpha/test_auth.py, tests/util/test_itertools.py, |