ubuntu-dev-tools/pyproject.toml
Benjamin Drung a685368ae9 Run isort import sorter during package build
Signed-off-by: Benjamin Drung <benjamin.drung@canonical.com>
2023-01-30 21:34:24 +01:00

7 lines
79 B
TOML

[tool.black]
line-length = 99
[tool.isort]
line_length = 99
profile = "black"