You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
kstauffer
changed the title
Understand how _ignore_ attributes affects Enum subclasses
Understand how _ignore_ attribute affects Enum subclasses
Feb 9, 2022
Feature
In code like this, mypy should raise the indicated error:
mypy should understand the effect that
_ignore_
has in Enum subclasses.This issue is a follow-on to PR #12128.
The text was updated successfully, but these errors were encountered: