Skip to content

‘l’, ‘O’, or ‘I’ names not checked in function parameters #863

Description

@atzannes

The following code does not raise any warnings:

def f(l):
    return l

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions