mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2024-10-01 08:25:44 -04:00
b5efcb577e
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. |
||
---|---|---|
.. | ||
__init__.py | ||
auth_blocking.py | ||
auth.py | ||
constants.py | ||
errors.py | ||
filtering.py | ||
presence.py | ||
ratelimiting.py | ||
room_versions.py | ||
urls.py |