Skip to content

Commit 3826db6

Browse files
committed
chore: enable ruff rules that already pass
1 parent 0630450 commit 3826db6

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

pyproject.toml

-5
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,9 @@ lint.extend-select = [
3131
]
3232

3333
lint.ignore = [
34-
"E501", # line too long
3534
"E722", # bare except (TODO: fix these)
3635
"E731", # don't use lambdas
3736
"E741", # ambiguous variable name
38-
"PLR0912", # too-many-branches
39-
"PLR0913", # too-many-arguments
40-
"PLR0915", # too-many-statements
41-
"UP004", # useless-object-inheritance
4237
"F821", # TODO: enable
4338
"F841", # TODO: enable
4439
"PLW0602", # TODO: enable

0 commit comments

Comments
 (0)