diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2021-10-14 09:19:35 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-14 09:19:35 -0400 |
commit | 1609ccf8fec87a941d3c27f668f6dca8f75a3f4a (patch) | |
tree | e3d4451d06b3270d0b33ae55886690c3ca653400 /mypy.ini | |
parent | Add a test for a workaround concerning the behaviour of third-party rule modu... (diff) | |
download | synapse-1609ccf8fec87a941d3c27f668f6dca8f75a3f4a.tar.xz |
Fix-up some type hints in the relations tests. (#11076)
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 2cdd552f46..cb4489eb37 100644 --- a/mypy.ini +++ b/mypy.ini @@ -92,6 +92,7 @@ files = tests/handlers/test_user_directory.py, tests/rest/client/test_login.py, tests/rest/client/test_auth.py, + tests/rest/client/test_relations.py, tests/rest/media/v1/test_filepath.py, tests/rest/media/v1/test_oembed.py, tests/storage/test_state.py, |