forked-synapse/synapse/rest/client
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
..
v1 Import HomeServer from the proper module. (#9665) 2021-03-23 07:12:48 -04:00
v2_alpha Make it possible to use dmypy (#9692) 2021-03-26 16:49:46 +00:00
__init__.py copyrights 2016-01-07 04:26:29 +00:00
transactions.py Stop sub-classing object (#8249) 2020-09-04 06:54:56 -04:00
versions.py Incorporate review 2021-03-19 18:19:50 +01:00