MatrixSynapse/synapse/storage
David Robertson 7f3352743e
Improve typing in user_directory files (#10891)
* Improve typing in user_directory files

This makes the user_directory.py in storage pass most of mypy's
checks (including `no-untyped-defs`). Unfortunately that file is in the
tangled web of Store class inheritance so doesn't pass mypy at the moment.

The handlers directory has already been mypyed.

Co-authored-by: reivilibre <olivier@librepush.net>
2021-09-24 10:38:22 +01:00
..
databases Improve typing in user_directory files (#10891) 2021-09-24 10:38:22 +01:00
engines
schema Use direct references for some configuration variables (part 3) (#10885) 2021-09-23 07:13:34 -04:00
util
__init__.py
_base.py
background_updates.py Use inline type hints in `http/federation/`, `storage/` and `util/` (#10381) 2021-07-15 12:46:54 -04:00
database.py
keys.py
persist_events.py
prepare_database.py Use direct references for some configuration variables (part 3) (#10885) 2021-09-23 07:13:34 -04:00
purge_events.py
push_rule.py
relations.py
roommember.py Do not include rooms with an unknown room version in a sync response. (#10644) 2021-08-19 11:12:55 -04:00
state.py
types.py