so-vits-svc/.ruff.toml

5 lines
101 B
TOML

select = ["E", "F", "I"]
# Never enforce `E501` (line length violations).
ignore = ["E501", "E741"]