diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2020-11-25 07:07:21 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-25 07:07:21 -0500 |
commit | f38676d16143e399b654504486cf8cbecad12a5d (patch) | |
tree | 91c4d01eaec5d525b5899242a6c66fa505621330 /mypy.ini | |
parent | Clarify documentation of the admin list media API (#8795) (diff) | |
download | synapse-f38676d16143e399b654504486cf8cbecad12a5d.tar.xz |
Add type hints to matrix federation client / agent. (#8806)
Diffstat (limited to 'mypy.ini')
-rw-r--r-- | mypy.ini | 2 |
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, |