This commit is contained in:
2025-09-09 18:15:48 +08:00
parent b2c94ecd9d
commit 5088f0b50a
602 changed files with 591000 additions and 0 deletions

10
f5/F5-TTS/ruff.toml Normal file
View File

@@ -0,0 +1,10 @@
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