Skip to content

Published 1.0.38

Choose a tag to compare

@erictraut erictraut released this 10 Jun 06:18

New Feature: Added support for __future__ import annotations, which tells the python interpreter not to evaluate annotations at runtime.
Bug Fix #145: Type analyzer was not properly handling the special-case built-in class "auto" defined in Enum.pyi.