Remove a lot of deprecated ruff rules and format

This commit is contained in:
Trysdyn Black 2025-05-23 14:26:28 -07:00
parent 5eba7b207f
commit a3b5a4347c

View file

@ -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