subiquity/pyproject.toml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

7 lines
113 B
TOML
Raw Normal View History

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