diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2021-03-24 06:49:01 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-24 06:49:01 -0400 |
commit | af387cf52ac4641e7d5ade75d3483b0c41d05ebf (patch) | |
tree | d384b1fc0bfa9932fed7cbebfa184e4087982986 /mypy.ini | |
parent | Add a type hints for service notices to the HomeServer object. (#9675) (diff) | |
download | synapse-af387cf52ac4641e7d5ade75d3483b0c41d05ebf.tar.xz |
Add type hints to misc. files. (#9676)
Diffstat (limited to 'mypy.ini')
-rw-r--r-- | mypy.ini | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/mypy.ini b/mypy.ini index e0685e097c..709a8d07a5 100644 --- a/mypy.ini +++ b/mypy.ini @@ -20,8 +20,9 @@ files = synapse/crypto, synapse/event_auth.py, synapse/events/builder.py, - synapse/events/validator.py, synapse/events/spamcheck.py, + synapse/events/third_party_rules.py, + synapse/events/validator.py, synapse/federation, synapse/groups, synapse/handlers, @@ -38,6 +39,7 @@ files = synapse/push, synapse/replication, synapse/rest, + synapse/secrets.py, synapse/server.py, synapse/server_notices, synapse/spam_checker_api, @@ -71,6 +73,7 @@ files = synapse/util/metrics.py, synapse/util/macaroons.py, synapse/util/stringutils.py, + synapse/visibility.py, tests/replication, tests/test_utils, tests/handlers/test_password_providers.py, |