Skip to content

Enable additional linters for ruff #900

Description

@mulkieran

The standard ruff specification only asks for the pyright linter. It turns out Pyflakes, code 'F', is the linter that catches unused imports. There may be others, but right now the list to add is just:

  • F
  • B (bugbear)

Activity

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

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

Projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions