Skip to content

Don't flag ruff select rules when ALL is enabled #283

Description

@WilliamJamieson

Ruff has the option of setting select = ["ALL"], which selects all the rule sets not in "preview". In particular, this includes

  • flake8-bugbear (RF101)
  • isort (RF102)
  • pyupgrade (RF103).

However, repo review flags these as failures when "ALL" is set even though they are actually being used.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions