voice_clone / ruff.toml
Mohit8219's picture
Upload 21 files
4277612 verified
raw
history blame contribute delete
207 Bytes
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