diff options
author | David Robertson <davidr@element.io> | 2022-06-28 14:12:17 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-28 12:12:17 +0000 |
commit | f1145563f662653e451525032b043d1a58998b6d (patch) | |
tree | 5fba18d74d1029d2d727fa7882682b45846bffa3 /mypy.ini | |
parent | Remove unspecced DELETE endpoint that modifies room visibility (#13123) (diff) | |
download | synapse-f1145563f662653e451525032b043d1a58998b6d.tar.xz |
Extra type annotations in `test_server` (#13124)
Diffstat (limited to 'mypy.ini')
-rw-r--r-- | mypy.ini | 3 |
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 |