diff options
author | Erik Johnston <erik@matrix.org> | 2020-09-08 17:40:46 +0100 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2020-09-08 17:40:46 +0100 |
commit | f9509da19fc235898259c7e7e7e252b32101b750 (patch) | |
tree | 32d5d5e3df20093075df998a3376420df97f419c /mypy.ini | |
parent | Add types to StreamToken and RoomStreamToken (#8279) (diff) | |
download | synapse-f9509da19fc235898259c7e7e7e252b32101b750.tar.xz |
Add type hints for persist events github/erikj/events_store erikj/events_store
Diffstat (limited to 'mypy.ini')
-rw-r--r-- | mypy.ini | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mypy.ini b/mypy.ini index 7764f17856..063416c5cc 100644 --- a/mypy.ini +++ b/mypy.ini @@ -46,10 +46,12 @@ files = synapse/server_notices, synapse/spam_checker_api, synapse/state, + synapse/storage/databases/main/events.py, synapse/storage/databases/main/stream.py, synapse/storage/databases/main/ui_auth.py, synapse/storage/database.py, synapse/storage/engines, + synapse/storage/persist_events.py, synapse/storage/state.py, synapse/storage/util, synapse/streams, |