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
Y010 currently allows raise statements and assignments in __init__. Since I just stumbled about a few raise statements in typeshed, I'd like a tighter version of this check that disallows anything but ....
Y010 currently allows raise statements and assignments in
__init__. Since I just stumbled about a few raise statements in typeshed, I'd like a tighter version of this check that disallows anything but....