diff options
author | David Robertson <davidr@element.io> | 2021-11-29 11:11:46 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-29 11:11:46 +0000 |
commit | 776ad3e5e9cb082a3c7d205da29b64e946a8176c (patch) | |
tree | 147191af85dec43afc23e8c98464419ea862dd5a /mypy.ini | |
parent | Bump ijson dependency to 3.1 (#11438) (#11439) (diff) | |
download | synapse-776ad3e5e9cb082a3c7d205da29b64e946a8176c.tar.xz |
Add a test case for the SendJoinParser (#11441)
This would have caught the bug #11438 introduced in #11217 and fixed in #11439.
Diffstat (limited to 'mypy.ini')
-rw-r--r-- | mypy.ini | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/mypy.ini b/mypy.ini index eb3976e74c..f3361c00bc 100644 --- a/mypy.ini +++ b/mypy.ini @@ -222,6 +222,10 @@ disallow_untyped_defs = True [mypy-tests.rest.client.test_directory] disallow_untyped_defs = True +[mypy-tests.federation.transport.test_client] +disallow_untyped_defs = True + + ;; Dependencies without annotations ;; Before ignoring a module, check to see if type stubs are available. ;; The `typeshed` project maintains stubs here: |