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

Make mypy_plugin compatible with mypy>=0.730 #28

Merged
merged 3 commits into from
Jan 7, 2020

Commits on Dec 28, 2019

  1. Simplify test_mypy_plugin

    * Removed SimpleBuffer since it seems unnecessary atm
    * This avoids type errors down the line
    wchresta committed Dec 28, 2019
    Configuration menu
    Copy the full SHA
    3d95571 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    74c250f View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2020

  1. Make mypy_plugin compatible with mypy>=0.730

    * This fixes issue 21
    * New type_analyze_hook to fix types before mypy's semantic analyzer runs
    * _get_and_delete_cases defers if it encounters PlaceholderNodes
    wchresta committed Jan 7, 2020
    Configuration menu
    Copy the full SHA
    2cca05f View commit details
    Browse the repository at this point in the history