summary refs log tree commit diff
path: root/mypy.ini
diff options
context:
space:
mode:
authorPatrick Cloke <clokep@users.noreply.github.com>2020-10-26 14:17:31 -0400
committerGitHub <noreply@github.com>2020-10-26 14:17:31 -0400
commit10f45d85bb355c66110b9221b0aa09010d2d03ad (patch)
treebc315cfe33e2d9d53c221ae17d5dbe945f8d7579 /mypy.ini
parentSplit admin API for reported events into a detail and a list view (#8539) (diff)
downloadsynapse-10f45d85bb355c66110b9221b0aa09010d2d03ad.tar.xz
Add type hints for account validity handler (#8620)
This also fixes a bug by fixing handling of an account which doesn't expire.
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 59d9074c3b..1fbd8decf8 100644
--- a/mypy.ini
+++ b/mypy.ini
@@ -17,6 +17,7 @@ files =
   synapse/federation,
   synapse/handlers/_base.py,
   synapse/handlers/account_data.py,
+  synapse/handlers/account_validity.py,
   synapse/handlers/appservice.py,
   synapse/handlers/auth.py,
   synapse/handlers/cas_handler.py,