diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2020-12-07 07:10:22 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-07 07:10:22 -0500 |
commit | 02e588856ae26865cd407dd6302aa3deecffe198 (patch) | |
tree | bf5f9859d7c00bdf93098bcabe234e726a82bee4 /mypy.ini | |
parent | Add authentication to replication endpoints. (#8853) (diff) | |
download | synapse-02e588856ae26865cd407dd6302aa3deecffe198.tar.xz |
Add type hints to the push mailer module. (#8882)
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 3c8d303064..7ee0dd4b3f 100644 --- a/mypy.ini +++ b/mypy.ini @@ -55,6 +55,7 @@ files = synapse/metrics, synapse/module_api, synapse/notifier.py, + synapse/push/mailer.py, synapse/push/pusherpool.py, synapse/push/push_rule_evaluator.py, synapse/replication, |