We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0630450 commit 3826db6Copy full SHA for 3826db6
pyproject.toml
@@ -31,14 +31,9 @@ lint.extend-select = [
31
]
32
33
lint.ignore = [
34
- "E501", # line too long
35
"E722", # bare except (TODO: fix these)
36
"E731", # don't use lambdas
37
"E741", # ambiguous variable name
38
- "PLR0912", # too-many-branches
39
- "PLR0913", # too-many-arguments
40
- "PLR0915", # too-many-statements
41
- "UP004", # useless-object-inheritance
42
"F821", # TODO: enable
43
"F841", # TODO: enable
44
"PLW0602", # TODO: enable
0 commit comments