so-vits-svc / .ruff.toml
aoxiang1221's picture
update
85ce65e
raw history blame
No virus
101 Bytes
select = ["E", "F", "I"]
# Never enforce `E501` (line length violations).
ignore = ["E501", "E741"]