sanic/guide/pyproject.toml
2023-10-25 01:03:35 +01:00

8 lines
139 B
TOML

[tool.ruff]
extend = "../pyproject.toml"
[tool.ruff.isort]
known-first-party = ["webapp"]
lines-after-imports = 1
lines-between-types = 1