summary refs log tree commit diff
path: root/mypy.ini
diff options
context:
space:
mode:
authorDirk Klimpel <5740567+dklimpel@users.noreply.github.com>2021-12-16 20:59:56 +0100
committerGitHub <noreply@github.com>2021-12-16 14:59:56 -0500
commit8428ef66c73efcc01cdbe05ac8bc1c99c4c20a20 (patch)
tree071c623f9456559deb3aa2e3cae76a376b2cbdd1 /mypy.ini
parentAdd type hints to `synapse/storage/databases/main/transactions.py` (#11589) (diff)
downloadsynapse-8428ef66c73efcc01cdbe05ac8bc1c99c4c20a20.tar.xz
Add type hints to `synapse/tests/rest/admin` (#11590)
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 c546487bdb..c2cb71e0c0 100644
--- a/mypy.ini
+++ b/mypy.ini
@@ -242,6 +242,9 @@ disallow_untyped_defs = True
 [mypy-tests.storage.test_user_directory]
 disallow_untyped_defs = True
 
+[mypy-tests.rest.admin.*]
+disallow_untyped_defs = True
+
 [mypy-tests.rest.client.test_directory]
 disallow_untyped_defs = True