diff options
author | Erik Johnston <erik@matrix.org> | 2020-02-07 13:56:38 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-07 13:56:38 +0000 |
commit | b08b0a22d505b1555f511e3f38935a62930ea25d (patch) | |
tree | 53cfe0c6c9d59e8d1b97affa473041692b056c96 /tox.ini | |
parent | Allow moving group read APIs to workers (#6866) (diff) | |
download | synapse-b08b0a22d505b1555f511e3f38935a62930ea25d.tar.xz |
Add typing to synapse.federation.sender (#6871)
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 ef22368cf1..f8229eba88 100644 --- a/tox.ini +++ b/tox.ini @@ -179,6 +179,7 @@ extras = all commands = mypy \ synapse/api \ synapse/config/ \ + synapse/federation/sender \ synapse/federation/transport \ synapse/handlers/sync.py \ synapse/handlers/ui_auth \ |