diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2021-02-17 08:41:47 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-17 08:41:47 -0500 |
commit | d2f0ec12d5c8f113095408888e87e191ac546499 (patch) | |
tree | 97900389d54d4b1e7acace583e402cc348f8c604 /mypy.ini | |
parent | Support for form_post in OIDC responses (#9376) (diff) | |
download | synapse-d2f0ec12d5c8f113095408888e87e191ac546499.tar.xz |
Add type hints to groups code. (#9393)
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 68a4533973..64ed45dac2 100644 --- a/mypy.ini +++ b/mypy.ini @@ -23,6 +23,7 @@ files = synapse/events/validator.py, synapse/events/spamcheck.py, synapse/federation, + synapse/groups, synapse/handlers, synapse/http/client.py, synapse/http/federation/matrix_federation_agent.py, |