Skip to content

task: Enable all rules in Ruff by default #200

@dgarros

Description

@dgarros

Component

No response

Task Description

Currently only some rules are enabled in Ruff which makes it hard to understand what it could do but that we are not currently checking

The proposal is to revert the current behavior to enable all rules by default and to disable explicitly the rules that we don't need or the one that are currently not passing.

there are a few rules not enabled currently that would be good to active:

  • "FA", # flake8-future-annotations
  • "ARG", # flake8-unused-arguments

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions