summary refs log tree commit diff
path: root/tox.ini
diff options
context:
space:
mode:
authorPatrick Cloke <clokep@users.noreply.github.com>2020-02-28 07:31:07 -0500
committerGitHub <noreply@github.com>2020-02-28 07:31:07 -0500
commit12d425900048b29a95b06428f04ed6ecc9e09d15 (patch)
treed6abcef8e9694b60b51f84330cf68ee41f8a1f99 /tox.ini
parentFixed set a user as an admin with the new API (#6928) (diff)
downloadsynapse-12d425900048b29a95b06428f04ed6ecc9e09d15.tar.xz
Add some type annotations to the federation base & client classes (#6995)
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 2 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index 6521535137..097ebb8774 100644
--- a/tox.ini
+++ b/tox.ini
@@ -181,6 +181,8 @@ commands = mypy \
             synapse/appservice \
             synapse/config \
             synapse/events/spamcheck.py \
+            synapse/federation/federation_base.py \
+            synapse/federation/federation_client.py \
             synapse/federation/sender \
             synapse/federation/transport \
             synapse/handlers/presence.py \