forked-synapse/synapse/rest
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
..
admin Make it possible to use dmypy (#9692) 2021-03-26 16:49:46 +00:00
client Make it possible to use dmypy (#9692) 2021-03-26 16:49:46 +00:00
consent Replace username picker with a template (#9275) 2021-02-01 15:52:50 +00:00
key Add type hints to the crypto module. (#8999) 2021-01-04 10:04:50 -05:00
media Make it possible to use dmypy (#9692) 2021-03-26 16:49:46 +00:00
synapse Make it possible to use dmypy (#9692) 2021-03-26 16:49:46 +00:00
__init__.py Show a confirmation page during user password reset (#8004) 2020-09-10 11:45:12 +01:00
health.py Add health check endpoint (#8048) 2020-08-07 14:21:24 +01:00
well_known.py Backout changes for automatically calculating the public baseurl. (#9313) 2021-02-11 11:16:54 -05:00