mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-11-29 17:38:10 -05:00
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 | ||
| _base.py | ||
| config_resource.py | ||
| download_resource.py | ||
| filepath.py | ||
| media_repository.py | ||
| media_storage.py | ||
| preview_url_resource.py | ||
| storage_provider.py | ||
| thumbnail_resource.py | ||
| thumbnailer.py | ||
| upload_resource.py | ||