mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-11-13 18:51:18 -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. |
||
|---|---|---|
| .. | ||
| slave | ||
| tcp | ||
| __init__.py | ||
| _base.py | ||
| test_auth.py | ||
| test_client_reader_shard.py | ||
| test_federation_ack.py | ||
| test_federation_sender_shard.py | ||
| test_multi_media_repo.py | ||
| test_pusher_shard.py | ||
| test_sharded_event_persister.py | ||