summary refs log tree commit diff
path: root/mypy.ini
diff options
context:
space:
mode:
authorRichard van der Hoff <richard@matrix.org>2021-01-06 15:51:18 +0000
committerRichard van der Hoff <richard@matrix.org>2021-01-07 14:56:42 +0000
commitbbd04441edc414c161748e1499961c6a68a460aa (patch)
treeaba990ddaa8d782de698dc7eba276e5ec95e193a /mypy.ini
parentblack-format tests/rest/client/v1/test_login.py (diff)
downloadsynapse-bbd04441edc414c161748e1499961c6a68a460aa.tar.xz
Fix type hints in test_login.py
Diffstat (limited to 'mypy.ini')
-rw-r--r--mypy.ini1
1 files changed, 1 insertions, 0 deletions
diff --git a/mypy.ini b/mypy.ini
index 5d15b7bf1c..b996867121 100644
--- a/mypy.ini
+++ b/mypy.ini
@@ -103,6 +103,7 @@ files =
   tests/replication,
   tests/test_utils,
   tests/handlers/test_password_providers.py,
+  tests/rest/client/v1/test_login.py,
   tests/rest/client/v2_alpha/test_auth.py,
   tests/util/test_stream_change_cache.py