sanic/guide/pyproject.toml

6 lines
91 B
TOML
Raw Normal View History

2023-10-25 01:03:35 +01:00
[tool.ruff]
extend = "../pyproject.toml"
[tool.ruff.isort]
known-first-party = ["webapp"]