summary refs log tree commit diff
path: root/mypy.ini
diff options
context:
space:
mode:
authorPatrick Cloke <clokep@users.noreply.github.com>2020-12-07 07:10:22 -0500
committerGitHub <noreply@github.com>2020-12-07 07:10:22 -0500
commit02e588856ae26865cd407dd6302aa3deecffe198 (patch)
treebf5f9859d7c00bdf93098bcabe234e726a82bee4 /mypy.ini
parentAdd authentication to replication endpoints. (#8853) (diff)
downloadsynapse-02e588856ae26865cd407dd6302aa3deecffe198.tar.xz
Add type hints to the push mailer module. (#8882)
Diffstat (limited to 'mypy.ini')
-rw-r--r--mypy.ini1
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,