Files
enginex-bi_series-tts/bi_v100-f5-tts/F5-TTS/ruff.toml

11 lines
198 B
TOML
Raw Normal View History

2025-08-20 16:10:23 +08:00
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