summary refs log tree commit diff
path: root/tox.ini
diff options
context:
space:
mode:
authorRichard van der Hoff <1389908+richvdh@users.noreply.github.com>2020-07-01 16:21:02 +0100
committerGitHub <noreply@github.com>2020-07-01 16:21:02 +0100
commita6eae69ffefdfce2e3c5c5f9a6020d9e70e2f19c (patch)
treecbd3e33b0d499581b377f4065f5a920e239029a3 /tox.ini
parentFix incorrect error message when database CTYPE was set incorrectly. (#7760) (diff)
downloadsynapse-a6eae69ffefdfce2e3c5c5f9a6020d9e70e2f19c.tar.xz
Type checking for `FederationHandler` (#7770)
fix a few things to make this pass mypy.
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 812fbff200..ab6557f15e 100644
--- a/tox.ini
+++ b/tox.ini
@@ -184,6 +184,7 @@ commands = mypy \
             synapse/handlers/auth.py \
             synapse/handlers/cas_handler.py \
             synapse/handlers/directory.py \
+            synapse/handlers/federation.py \
             synapse/handlers/oidc_handler.py \
             synapse/handlers/presence.py \
             synapse/handlers/room_member.py \