Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Make it possible to use dmypy #9692

Merged
merged 2 commits into from
Mar 26, 2021
Merged

Make it possible to use dmypy #9692

merged 2 commits into from
Mar 26, 2021

Commits on Mar 25, 2021

  1. Make it possible to use dmypy

    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.
    erikjohnston committed Mar 25, 2021
    Configuration menu
    Copy the full SHA
    1150976 View commit details
    Browse the repository at this point in the history
  2. Newsfile

    erikjohnston committed Mar 25, 2021
    Configuration menu
    Copy the full SHA
    83fe432 View commit details
    Browse the repository at this point in the history