summary refs log tree commit diff
path: root/mypy.ini
diff options
context:
space:
mode:
authorPatrick Cloke <clokep@users.noreply.github.com>2020-10-07 08:58:21 -0400
committerGitHub <noreply@github.com>2020-10-07 08:58:21 -0400
commitb460a088c647a6d3ea0e5a9f4f80d86bb9e303b3 (patch)
tree8fe8e12f5c0837ffd20bba15f7e0a0b140d2799f /mypy.ini
parentFix returning incorrect prev_batch token in incremental sync (#8486) (diff)
downloadsynapse-b460a088c647a6d3ea0e5a9f4f80d86bb9e303b3.tar.xz
Add typing information to the device handler. (#8407)
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 e84ad04e41..a7ffb81ef1 100644
--- a/mypy.ini
+++ b/mypy.ini
@@ -17,6 +17,7 @@ files =
   synapse/federation,
   synapse/handlers/auth.py,
   synapse/handlers/cas_handler.py,
+  synapse/handlers/device.py,
   synapse/handlers/directory.py,
   synapse/handlers/events.py,
   synapse/handlers/federation.py,