summary refs log tree commit diff
path: root/tox.ini
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2020-02-03 18:05:44 +0000
committerGitHub <noreply@github.com>2020-02-03 18:05:44 +0000
commitb9391c957572224c3a7c22870102fcbd24dea4e0 (patch)
treecfd40c5ef65b057ef803bc972c9f7d713cde5f45 /tox.ini
parentFix stacktraces when using ObservableDeferred and async/await (#6836) (diff)
downloadsynapse-b9391c957572224c3a7c22870102fcbd24dea4e0.tar.xz
Add typing to SyncHandler (#6821)
Co-authored-by: Richard van der Hoff <1389908+richvdh@users.noreply.github.com>
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini1
1 files changed, 1 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini

index 88ef12bebd..ef22368cf1 100644 --- a/tox.ini +++ b/tox.ini
@@ -180,6 +180,7 @@ commands = mypy \ synapse/api \ synapse/config/ \ synapse/federation/transport \ + synapse/handlers/sync.py \ synapse/handlers/ui_auth \ synapse/logging/ \ synapse/module_api \