Skip to content

enable more ruff codes #1073

@gdementen

Description

@gdementen

Currently, we only use codes E and F, which are nice but very limited. But ruff includes a bazillion other rules, many of which are interesting, at least for some parts of the code.

Running
ruff check --select ALL . will show all issues.
ruff check --select ALL --statistics . will show how many issues of each type there are

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions