Skip to content

Where's the list of prefixes for select? #14344

Answered by MichaReiser
shaperilio asked this question in Q&A
Discussion options

You must be logged in to vote

You can find a list of all rules in our documentation. Each rule code consists of a prefix and a number. E.g. [unused-import](https://docs.astral.sh/ruff/rules/unused-import/) is F401 and you can use F as the prefix for all pyflakes rules. You can also use F4 to select all pyflakes rules that start with F4, e.g F401, F402, ...

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@shaperilio
Comment options

Answer selected by shaperilio
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants