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
I think this is something you could make a flake8 lint for, or if you prefer a mypy plugin, but we won't be adding this, as it isn't really part of the goals of mypy.
Feature
error for using
collections.namedtuple
Pitch
if you use
collections.namedtuple
, you get implicitlyAny
types everywhereThe text was updated successfully, but these errors were encountered: