mirror of
https://github.com/SWivid/F5-TTS.git
synced 2025-12-05 20:40:12 -08:00
11 lines
198 B
TOML
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
|