voice-cloning / pyproject.toml
nateraw's picture
Synced repo using 'sync_with_huggingface' Github Action
532e0c4
[tool.black]
line-length = 119
target_version = ['py37']
[tool.ruff]
# Never enforce `E501` (line length violations).
ignore = ["C901", "E501", "E741", "W605"]
select = ["C", "E", "F", "I", "W"]
line-length = 119
# Ignore import violations in all `__init__.py` files.
[tool.ruff.per-file-ignores]
"__init__.py" = ["E402", "F401", "F403", "F811"]
[tool.ruff.isort]
known-first-party = ["so_vits_svc_fork"]
lines-after-imports = 2