diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2020-12-07 09:59:38 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-07 09:59:38 -0500 |
commit | 92d87c68824c17e02a8d9e7ca4f9c44b78426cfb (patch) | |
tree | 55dd2b6f3ceaf4253871b386fa486428f850fda7 /mypy.ini | |
parent | Add type hints to the push mailer module. (#8882) (diff) | |
download | synapse-92d87c68824c17e02a8d9e7ca4f9c44b78426cfb.tar.xz |
Add type hints for HTTP and email pushers. (#8880)
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 7ee0dd4b3f..59144be469 100644 --- a/mypy.ini +++ b/mypy.ini @@ -55,7 +55,10 @@ files = synapse/metrics, synapse/module_api, synapse/notifier.py, + synapse/push/emailpusher.py, + synapse/push/httppusher.py, synapse/push/mailer.py, + synapse/push/pusher.py, synapse/push/pusherpool.py, synapse/push/push_rule_evaluator.py, synapse/replication, |