summary refs log tree commit diff
path: root/mypy.ini
diff options
context:
space:
mode:
authorDavid Robertson <davidr@element.io>2022-06-28 14:12:17 +0200
committerGitHub <noreply@github.com>2022-06-28 12:12:17 +0000
commitf1145563f662653e451525032b043d1a58998b6d (patch)
tree5fba18d74d1029d2d727fa7882682b45846bffa3 /mypy.ini
parentRemove unspecced DELETE endpoint that modifies room visibility (#13123) (diff)
downloadsynapse-f1145563f662653e451525032b043d1a58998b6d.tar.xz
Extra type annotations in `test_server` (#13124)
Diffstat (limited to 'mypy.ini')
-rw-r--r--mypy.ini3
1 files changed, 3 insertions, 0 deletions
diff --git a/mypy.ini b/mypy.ini
index c5130feaec..4b08f45c6d 100644
--- a/mypy.ini
+++ b/mypy.ini
@@ -113,6 +113,9 @@ disallow_untyped_defs = False
 [mypy-tests.handlers.test_user_directory]
 disallow_untyped_defs = True
 
+[mypy-tests.test_server]
+disallow_untyped_defs = True
+
 [mypy-tests.state.test_profile]
 disallow_untyped_defs = True