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
Per the discussion in python/cpython#132941, Never is also preferred for return types. We should either extend Y050 to apply everywhere or introduce a new error code for non-argument types.
Per the discussion in python/cpython#132941,
Neveris also preferred for return types. We should either extend Y050 to apply everywhere or introduce a new error code for non-argument types.