summary refs log tree commit diff
path: root/mypy.ini
diff options
context:
space:
mode:
authorDavid Robertson <davidr@element.io>2023-02-03 19:22:40 +0000
committerGitHub <noreply@github.com>2023-02-03 19:22:40 +0000
commite301ee6189f9b24ecf4ff5a2eb83529d3d32dc98 (patch)
treef48557c628ffbd96404c435b64d4cc6d7ad967bf /mypy.ini
parentAdd a docstring & tests for _flatten_dict. (#14981) (diff)
downloadsynapse-e301ee6189f9b24ecf4ff5a2eb83529d3d32dc98.tar.xz
Properly typecheck tests.app (#14984
Diffstat (limited to 'mypy.ini')
-rw-r--r--mypy.ini4
1 files changed, 3 insertions, 1 deletions
diff --git a/mypy.ini b/mypy.ini

index 978d92940b..57f43395bb 100644 --- a/mypy.ini +++ b/mypy.ini
@@ -33,7 +33,6 @@ exclude = (?x) |synapse/storage/schema/ |tests/api/test_auth.py - |tests/app/test_openid_listener.py |tests/appservice/test_scheduler.py |tests/federation/test_federation_catch_up.py |tests/federation/test_federation_sender.py @@ -74,6 +73,9 @@ disallow_untyped_defs = False [mypy-tests.*] disallow_untyped_defs = False +[mypy-tests.app.*] +disallow_untyped_defs = True + [mypy-tests.config.*] disallow_untyped_defs = True