diff options
author | Andrew Morgan <andrew@amorgan.xyz> | 2020-10-19 18:25:03 +0100 |
---|---|---|
committer | Andrew Morgan <andrew@amorgan.xyz> | 2020-10-19 18:25:03 +0100 |
commit | 8766a077d1cd7aa38dfc4633c9da7da9a6290108 (patch) | |
tree | 15377681cfa1fd7833059a279f5436f8659589bb /tox.ini | |
parent | Merge commit 'bfd79c298' into anoa/dinsic_release_1_21_x (diff) | |
parent | Add type hints to synapse.handlers.room (#8090) (diff) | |
download | synapse-8766a077d1cd7aa38dfc4633c9da7da9a6290108.tar.xz |
Merge commit 'dc22090a6' into anoa/dinsic_release_1_21_x
* commit 'dc22090a6': Add type hints to synapse.handlers.room (#8090) Remove some unused database functions. (#8085) Convert misc database code to async (#8087) Remove a space at the start of a changelog entry.
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini index b2142c7f2d..050e36bc82 100644 --- a/tox.ini +++ b/tox.ini @@ -170,7 +170,7 @@ commands= skip_install = True deps = {[base]deps} - mypy==0.750 + mypy==0.782 mypy-zope env = MYPYPATH = stubs/ @@ -191,6 +191,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 \ |