summary refs log tree commit diff
path: root/mypy.ini
diff options
context:
space:
mode:
authorPatrick Cloke <clokep@users.noreply.github.com>2021-01-04 10:05:12 -0500
committerGitHub <noreply@github.com>2021-01-04 10:05:12 -0500
commit31b1905e13f84d839f46990d7e63bafe0917dc75 (patch)
treefd4fddf7cfe4a94cb3a76637e00983528ab0fe39 /mypy.ini
parentAdd type hints to the crypto module. (#8999) (diff)
downloadsynapse-31b1905e13f84d839f46990d7e63bafe0917dc75.tar.xz
Add type hints to the receipts and user directory handlers. (#8976)
Diffstat (limited to 'mypy.ini')
-rw-r--r--mypy.ini2
1 files changed, 2 insertions, 0 deletions
diff --git a/mypy.ini b/mypy.ini
index 6a53abfaa9..5d15b7bf1c 100644
--- a/mypy.ini
+++ b/mypy.ini
@@ -45,6 +45,7 @@ files =
   synapse/handlers/presence.py,
   synapse/handlers/profile.py,
   synapse/handlers/read_marker.py,
+  synapse/handlers/receipts.py,
   synapse/handlers/register.py,
   synapse/handlers/room.py,
   synapse/handlers/room_list.py,
@@ -53,6 +54,7 @@ files =
   synapse/handlers/saml_handler.py,
   synapse/handlers/sso.py,
   synapse/handlers/sync.py,
+  synapse/handlers/user_directory.py,
   synapse/handlers/ui_auth,
   synapse/http/client.py,
   synapse/http/federation/matrix_federation_agent.py,