chore: enable ruff rules that already pass

This commit is contained in:
Enno Hermann 2024-05-06 18:37:15 +02:00
parent 20e82bc92d
commit 4f2eff418e
1 changed files with 0 additions and 5 deletions

View File

@ -162,14 +162,9 @@ lint.extend-select = [
]
lint.ignore = [
"E501", # line too long
"E722", # bare except (TODO: fix these)
"E731", # don't use lambdas
"E741", # ambiguous variable name
"PLR0912", # too-many-branches
"PLR0913", # too-many-arguments
"PLR0915", # too-many-statements
"UP004", # useless-object-inheritance
"F821", # TODO: enable
"F841", # TODO: enable
"PLW0602", # TODO: enable