diff options
author | Erik Johnston <erik@matrix.org> | 2020-10-22 11:56:58 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-22 11:56:58 +0100 |
commit | a9f90fa73af8bc324aa4fbe2ca920fe5f47c4fee (patch) | |
tree | 3d833ba4063dc535baa39e1e89faecc83e4ed450 /mypy.ini | |
parent | Don't instansiate Requester directly (#8614) (diff) | |
download | synapse-a9f90fa73af8bc324aa4fbe2ca920fe5f47c4fee.tar.xz |
Type hints for RegistrationStore (#8615)
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 5e9f7b1259..59d9074c3b 100644 --- a/mypy.ini +++ b/mypy.ini @@ -57,6 +57,7 @@ files = synapse/spam_checker_api, synapse/state, synapse/storage/databases/main/events.py, + synapse/storage/databases/main/registration.py, synapse/storage/databases/main/stream.py, synapse/storage/databases/main/ui_auth.py, synapse/storage/database.py, |