We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ruff
This epic will track all of the issues to enable additional rules in ruff that cannot be easily enabled upon its introduction in #3424
The process for enabling a new rule is as follows:
extend-select
ruff.toml
ruff check --fix
An acceptable resolution to the any of the errors raised by the linter might be to:
The following rules should be easily enabled with a few minutes of work
NPY
SLF
BLE
B
A
DTZ
EXE
ICN
PIE
PD
PERF
FURB
ISC
G
The following fixes will be more involved (multiple papercuts?)
N
UP
C4
RET
SIM
ARG
RUF
The text was updated successfully, but these errors were encountered:
timothy-nunn
No branches or pull requests
This epic will track all of the issues to enable additional rules in
ruff
that cannot be easily enabled upon its introduction in #3424The process for enabling a new rule is as follows:
extend-select
list inruff.toml
ruff check --fix
in the root of the repositoryruff.toml
and any of the Python filesAn acceptable resolution to the any of the errors raised by the linter might be to:
feel free to discuss this with me!
The following rules should be easily enabled with a few minutes of work
NPY
rule in ruff #3439SLF
rule in ruff #3440BLE
rule in ruff #3441B
rule in ruff #3442A
rule in ruff #3443DTZ
rule in ruff #3444EXE
rule in ruff #3445ICN
rule in ruff #3446PIE
rule in ruff #3447PD
rule in ruff #3449PERF
rule in ruff #3450FURB
rule in ruff #3451ISC
rule in ruff #3455G
rule in ruff #3461The following fixes will be more involved (multiple papercuts?)
N
rule in ruff (pep8 naming convention) #3452UP
rule in ruff (use newer syntax) #3453C4
rule in ruff #3454RET
rule in ruff #3448SIM
rule in ruff #3458ARG
rule in ruff #3459RUF
rule in ruff #3460The text was updated successfully, but these errors were encountered: