summary refs log tree commit diff
path: root/changelog.d/9692.misc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 1.31.0rc1Erik Johnston2021-03-301-1/+0
|
* Make it possible to use dmypy (#9692)Erik Johnston2021-03-261-0/+1
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.