MatrixSynapse/synapse/util
Erik Johnston b5efcb577e
Make it possible to use dmypy (#9692)
Running `dmypy run` will do a `mypy` check while spinning up a daemon
that makes rerunning `dmypy run` a lot faster.

`dmypy` doesn't support `follow_imports = silent` and has
`local_partial_types` enabled, so this PR enables those options and
fixes the issues that were newly raised. Note that `local_partial_types`
will be enabled by default in upcoming mypy releases.
2021-03-26 16:49:46 +00:00
..
caches Make it possible to use dmypy (#9692) 2021-03-26 16:49:46 +00:00
__init__.py
async_helpers.py
daemonize.py
distributor.py
file_consumer.py
frozenutils.py
hash.py
httpresourcetree.py
iterutils.py
jsonobject.py
logcontext.py
logformatter.py
macaroons.py
manhole.py
metrics.py
module_loader.py
msisdn.py
patch_inline_callbacks.py
ratelimitutils.py
retryutils.py
rlimit.py
stringutils.py
templates.py
threepids.py
versionstring.py
wheel_timer.py