Kokoro-FastAPI/.ruff.toml

13 lines
254 B
TOML
Raw Normal View History

line-length = 88
exclude = ["examples"]
[lint]
select = ["I"]
[lint.isort]
combine-as-imports = true
force-wrap-aliases = true
split-on-trailing-comma = true
section-order = ["future", "standard-library", "third-party", "first-party", "local-folder"]