subiquity/pyproject.toml

7 lines
113 B
TOML
Raw Normal View History

[tool.black]
target-version = ['py38']
[tool.isort]
profile = "black"
known_third_party = ["curtin", "probert"]