Remove a lot of deprecated ruff rules and format
This commit is contained in:
parent
5eba7b207f
commit
a3b5a4347c
1 changed files with 29 additions and 28 deletions
|
@ -23,6 +23,7 @@ lint.select = [
|
||||||
"E", # pycodestyle errors
|
"E", # pycodestyle errors
|
||||||
"EM", # error message handling
|
"EM", # error message handling
|
||||||
"F", # pyflakes - should be enabled but make explicit
|
"F", # pyflakes - should be enabled but make explicit
|
||||||
|
"FURB", # refurb - code modernization
|
||||||
"ERA", # commented code screamer
|
"ERA", # commented code screamer
|
||||||
"FBT", # boolean traps
|
"FBT", # boolean traps
|
||||||
"FIX", # fixme screamer
|
"FIX", # fixme screamer
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue