Skip to content
Snippets Groups Projects
Unverified Commit b5efcb57 authored by Erik Johnston's avatar Erik Johnston Committed by GitHub
Browse files

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.
parent 01901096
No related branches found
No related tags found
Loading
Showing with 56 additions and 17 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment