Skip to content

Ruff rule does not describe multiple rules #5495

@rotu

Description

@rotu

version = 0.0.272

Flake8 supports providing a partial error code like "E4" to select all error codes starting with "E4" (i.e. E401 and E402)

ruff . --select E4 runs both E401 and E402.
But ruff rule E4 describes E401 and does not even mention that "E4" also entails E402.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions