Files
F5-TTS/ruff.toml
2024-10-21 14:46:45 +10:00

11 lines
197 B
TOML

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