diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2021-06-08 08:30:48 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-08 08:30:48 -0400 |
commit | 9e4610cc272fc8e5db39608de83ce48360889e42 (patch) | |
tree | 33158a167c6f8f4b558b110c669bec7670295557 /mypy.ini | |
parent | Name release branches just after major.minor (#10013) (diff) | |
download | synapse-9e4610cc272fc8e5db39608de83ce48360889e42.tar.xz |
Correct type hints for parse_string(s)_from_args. (#10137)
Diffstat (limited to 'mypy.ini')
-rw-r--r-- | mypy.ini | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mypy.ini b/mypy.ini index 8ba1b96311..1ab9001831 100644 --- a/mypy.ini +++ b/mypy.ini @@ -32,6 +32,7 @@ files = synapse/http/federation/matrix_federation_agent.py, synapse/http/federation/well_known_resolver.py, synapse/http/matrixfederationclient.py, + synapse/http/servlet.py, synapse/http/server.py, synapse/http/site.py, synapse/logging, |