forked-synapse/synapse/rest/admin
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
..
__init__.py Merge pull request #9150 from Yoric/develop-context 2021-02-08 15:53:44 +01:00
_base.py Fix additional type hints from Twisted 21.2.0. (#9591) 2021-03-12 11:37:57 -05:00
devices.py Add type hints to device and event report admin API (#9519) 2021-03-02 09:31:12 +00:00
event_reports.py Add type hints to device and event report admin API (#9519) 2021-03-02 09:31:12 +00:00
groups.py Update black, and run auto formatting over the codebase (#9381) 2021-02-16 22:32:34 +00:00
media.py Import HomeServer from the proper module. (#9665) 2021-03-23 07:12:48 -04:00
purge_room_servlet.py Add type hints to purge room and server notice admin API. (#9520) 2021-03-08 10:34:38 -05:00
rooms.py Make it possible to use dmypy (#9692) 2021-03-26 16:49:46 +00:00
server_notice_servlet.py Add type hints to purge room and server notice admin API. (#9520) 2021-03-08 10:34:38 -05:00
statistics.py Add an admin API for users' media statistics (#8700) 2020-11-05 18:59:12 +00:00
users.py Make it possible to use dmypy (#9692) 2021-03-26 16:49:46 +00:00