mirror of https://github.com/coqui-ai/TTS.git
chore: enable ruff rules that already pass
This commit is contained in:
parent
20e82bc92d
commit
4f2eff418e
|
@ -162,14 +162,9 @@ lint.extend-select = [
|
||||||
]
|
]
|
||||||
|
|
||||||
lint.ignore = [
|
lint.ignore = [
|
||||||
"E501", # line too long
|
|
||||||
"E722", # bare except (TODO: fix these)
|
"E722", # bare except (TODO: fix these)
|
||||||
"E731", # don't use lambdas
|
"E731", # don't use lambdas
|
||||||
"E741", # ambiguous variable name
|
"E741", # ambiguous variable name
|
||||||
"PLR0912", # too-many-branches
|
|
||||||
"PLR0913", # too-many-arguments
|
|
||||||
"PLR0915", # too-many-statements
|
|
||||||
"UP004", # useless-object-inheritance
|
|
||||||
"F821", # TODO: enable
|
"F821", # TODO: enable
|
||||||
"F841", # TODO: enable
|
"F841", # TODO: enable
|
||||||
"PLW0602", # TODO: enable
|
"PLW0602", # TODO: enable
|
||||||
|
|
Loading…
Reference in New Issue