diff options
author | Dirk Klimpel <5740567+dklimpel@users.noreply.github.com> | 2021-08-18 19:53:20 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-18 13:53:20 -0400 |
commit | 0c3565da4cdbe53646ae0bc737900526a1d3df67 (patch) | |
tree | 2daef7c6b7db3a336f7b7dd187981ac46f68dbec /mypy.ini | |
parent | Merge branch 'release-v1.41' into develop (diff) | |
download | synapse-0c3565da4cdbe53646ae0bc737900526a1d3df67.tar.xz |
Additional type hints for the proxy agent and SRV resolver modules. (#10608)
Diffstat (limited to 'mypy.ini')
-rw-r--r-- | mypy.ini | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/mypy.ini b/mypy.ini index e1b9405daa..107f4de76c 100644 --- a/mypy.ini +++ b/mypy.ini @@ -28,10 +28,13 @@ files = synapse/federation, synapse/groups, synapse/handlers, + synapse/http/additional_resource.py, synapse/http/client.py, synapse/http/federation/matrix_federation_agent.py, + synapse/http/federation/srv_resolver.py, synapse/http/federation/well_known_resolver.py, synapse/http/matrixfederationclient.py, + synapse/http/proxyagent.py, synapse/http/servlet.py, synapse/http/server.py, synapse/http/site.py, |