diff options
author | Erik Johnston <erik@matrix.org> | 2020-02-03 18:05:44 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-03 18:05:44 +0000 |
commit | b9391c957572224c3a7c22870102fcbd24dea4e0 (patch) | |
tree | cfd40c5ef65b057ef803bc972c9f7d713cde5f45 /tox.ini | |
parent | Fix stacktraces when using ObservableDeferred and async/await (#6836) (diff) | |
download | synapse-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.ini | 1 |
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 \ |