summary refs log tree commit diff
path: root/mypy.ini
diff options
context:
space:
mode:
authorPatrick Cloke <clokep@users.noreply.github.com>2020-11-25 07:07:21 -0500
committerGitHub <noreply@github.com>2020-11-25 07:07:21 -0500
commitf38676d16143e399b654504486cf8cbecad12a5d (patch)
tree91c4d01eaec5d525b5899242a6c66fa505621330 /mypy.ini
parentClarify documentation of the admin list media API (#8795) (diff)
downloadsynapse-f38676d16143e399b654504486cf8cbecad12a5d.tar.xz
Add type hints to matrix federation client / agent. (#8806)
Diffstat (limited to 'mypy.ini')
-rw-r--r--mypy.ini2
1 files changed, 2 insertions, 0 deletions
diff --git a/mypy.ini b/mypy.ini
index f4f981e813..3e42235ac1 100644
--- a/mypy.ini
+++ b/mypy.ini
@@ -45,7 +45,9 @@ files =
   synapse/handlers/saml_handler.py,
   synapse/handlers/sync.py,
   synapse/handlers/ui_auth,
+  synapse/http/federation/matrix_federation_agent.py,
   synapse/http/federation/well_known_resolver.py,
+  synapse/http/matrixfederationclient.py,
   synapse/http/server.py,
   synapse/http/site.py,
   synapse/logging,