Skip to content
Snippets Groups Projects
pyproject.toml 260 B
Newer Older
[build-system]
Amir MOHAMMADI's avatar
Amir MOHAMMADI committed
    requires = ["setuptools", "wheel", "bob.extension"]
    build-backend = "setuptools.build_meta"

[tool.isort]
    profile = "black"
    line_length = 80
    order_by_type = true
    lines_between_types = 1

[tool.black]
    line-length = 80