summary refs log tree commit diff
path: root/tox.ini
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2020-08-14 14:47:53 +0100
committerGitHub <noreply@github.com>2020-08-14 14:47:53 +0100
commitdc22090a6735b2366f45271178ca7a087560f520 (patch)
tree87f85e5c8bb90a3831a4fc3084d93022ffd5ad85 /tox.ini
parentRemove some unused database functions. (#8085) (diff)
downloadsynapse-dc22090a6735b2366f45271178ca7a087560f520.tar.xz
Add type hints to synapse.handlers.room (#8090)
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini3
1 files changed, 2 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index e5413eb110..ea804108b5 100644
--- a/tox.ini
+++ b/tox.ini
@@ -169,7 +169,7 @@ commands=
 skip_install = True
 deps =
     {[base]deps}
-    mypy==0.750
+    mypy==0.782
     mypy-zope
 env =
     MYPYPATH = stubs/
@@ -190,6 +190,7 @@ commands = mypy \
             synapse/handlers/message.py \
             synapse/handlers/oidc_handler.py \
             synapse/handlers/presence.py \
+            synapse/handlers/room.py \
             synapse/handlers/room_member.py \
             synapse/handlers/room_member_worker.py \
             synapse/handlers/saml_handler.py \