mirror of
https://github.com/remsky/Kokoro-FastAPI.git
synced 2025-04-13 09:39:17 +00:00
12 lines
254 B
TOML
12 lines
254 B
TOML
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"]
|