MatrixSynapse/synapse
David Robertson e605e4b8f2
Database storage profile passes mypy (#11342)
It already seems to pass mypy. I wonder what changed, given that it was
on the exclusion list. So this commit consists of me ensuring
`--disallow-untyped-defs` passes and a minor fixup to a function that
returned either `True` or `None`.
2021-11-15 12:59:33 +00:00
..
_scripts
api
app Add missing type hints to `synapse.app`. (#11287) 2021-11-10 15:06:54 -05:00
appservice
config
crypto
events Get db signatures file to pass mypy (#11312) 2021-11-11 17:04:44 +00:00
federation
groups
handlers Test room alias deletion (#11327) 2021-11-12 19:56:00 +00:00
http Add more type hints to synapse.util. (#11321) 2021-11-12 13:43:06 +00:00
logging Add missing type hints to `synapse.app`. (#11287) 2021-11-10 15:06:54 -05:00
metrics
module_api Add missing type hints to `synapse.app`. (#11287) 2021-11-10 15:06:54 -05:00
push
replication Add missing type hints to `synapse.app`. (#11287) 2021-11-10 15:06:54 -05:00
res
rest Add support for the stable version of MSC2778 (#11335) 2021-11-15 10:31:22 +00:00
server_notices
spam_checker_api
state
static
storage Database storage profile passes mypy (#11342) 2021-11-15 12:59:33 +00:00
streams
util Add more type hints to synapse.util. (#11321) 2021-11-12 13:43:06 +00:00
__init__.py
event_auth.py
notifier.py
py.typed
python_dependencies.py
server.py Add missing type hints to `synapse.app`. (#11287) 2021-11-10 15:06:54 -05:00
types.py Misc typing fixes for `tests`, part 1 of N (#11323) 2021-11-12 15:50:54 +00:00
visibility.py