返回 F5-TTS
ruff.toml
根目录 / ruff.toml
1 line-length = 120
2 target-version = "py310"
3
4 [lint]
5 # Only ignore variables with names starting with "_".
6 dummy-variable-rgx = "^_.*$"
7
8 [lint.isort]
9 force-single-line = false
10 lines-after-imports = 2
11
11 lines TOML