summary refs log tree commit diff
path: root/tox.ini
diff options
context:
space:
mode:
authorPatrick Cloke <clokep@users.noreply.github.com>2020-04-07 15:03:23 -0400
committerGitHub <noreply@github.com>2020-04-07 15:03:23 -0400
commitd78cb31588e01468ab06a36e6120a80fb6fbf097 (patch)
tree9a5ba5d45676ea8d10cf6d800cd14d6820746e7f /tox.ini
parentFix typo in the login fallback javascript (#7235) (diff)
downloadsynapse-d78cb31588e01468ab06a36e6120a80fb6fbf097.tar.xz
Add typing information to federation_server. (#7219)
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 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 \