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 Enable addtional flake8-bugbear linting checks. (#9659) 2021-03-24 09:34:30 -04:00
daemonize.py
distributor.py Update black, and run auto formatting over the codebase (#9381) 2021-02-16 22:32:34 +00:00
file_consumer.py Update black, and run auto formatting over the codebase (#9381) 2021-02-16 22:32:34 +00:00
frozenutils.py Fixed code misc. quality issues (#9649) 2021-03-22 11:18:13 -04:00
hash.py
httpresourcetree.py
iterutils.py Update black, and run auto formatting over the codebase (#9381) 2021-02-16 22:32:34 +00:00
jsonobject.py Update black, and run auto formatting over the codebase (#9381) 2021-02-16 22:32:34 +00:00
logcontext.py
logformatter.py
macaroons.py Record the SSO Auth Provider in the login token (#9510) 2021-03-04 14:44:22 +00:00
manhole.py
metrics.py Update black, and run auto formatting over the codebase (#9381) 2021-02-16 22:32:34 +00:00
module_loader.py Update black, and run auto formatting over the codebase (#9381) 2021-02-16 22:32:34 +00:00
msisdn.py
patch_inline_callbacks.py Update black, and run auto formatting over the codebase (#9381) 2021-02-16 22:32:34 +00:00
ratelimitutils.py
retryutils.py
rlimit.py
stringutils.py
templates.py
threepids.py
versionstring.py
wheel_timer.py