diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2020-04-07 15:03:23 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-04-07 15:03:23 -0400 |
commit | d78cb31588e01468ab06a36e6120a80fb6fbf097 (patch) | |
tree | 9a5ba5d45676ea8d10cf6d800cd14d6820746e7f /tox.ini | |
parent | Fix typo in the login fallback javascript (#7235) (diff) | |
download | synapse-d78cb31588e01468ab06a36e6120a80fb6fbf097.tar.xz |
Add typing information to federation_server. (#7219)
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 a79fc93b57..763c8463d9 100644 --- a/tox.ini +++ b/tox.ini @@ -183,6 +183,7 @@ commands = mypy \ synapse/events/spamcheck.py \ synapse/federation/federation_base.py \ synapse/federation/federation_client.py \ + synapse/federation/federation_server.py \ synapse/federation/sender \ synapse/federation/transport \ synapse/handlers/auth.py \ |