Files
enginex-ascend-910-tts/ascend_910-f5-tts/F5-TTS/ruff.toml
2025-09-05 11:27:43 +08:00

11 lines
198 B
TOML

line-length = 120
target-version = "py310"
[lint]
# Only ignore variables with names starting with "_".
dummy-variable-rgx = "^_.*$"
[lint.isort]
force-single-line = false
lines-after-imports = 2