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
|
||||
"EM", # error message handling
|
||||
"F", # pyflakes - should be enabled but make explicit
|
||||
"FURB", # refurb - code modernization
|
||||
"ERA", # commented code screamer
|
||||
"FBT", # boolean traps
|
||||
"FIX", # fixme screamer
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue