diff options
author | Dirk Klimpel <5740567+dklimpel@users.noreply.github.com> | 2021-12-16 20:59:56 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-12-16 14:59:56 -0500 |
commit | 8428ef66c73efcc01cdbe05ac8bc1c99c4c20a20 (patch) | |
tree | 071c623f9456559deb3aa2e3cae76a376b2cbdd1 /mypy.ini | |
parent | Add type hints to `synapse/storage/databases/main/transactions.py` (#11589) (diff) | |
download | synapse-8428ef66c73efcc01cdbe05ac8bc1c99c4c20a20.tar.xz |
Add type hints to `synapse/tests/rest/admin` (#11590)
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 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 |