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
It seems that E741, E742, and E743 do not check function parameter names for bad names, but PEP8 (names to avoid) does not seem to make a special exception for those.
The following code does not raise any warnings:
It seems that E741, E742, and E743 do not check function parameter names for bad names, but PEP8 (names to avoid) does not seem to make a special exception for those.