Codebase list mopidy-beets / run/dd8dee49-5e86-425c-a4f7-d785341c8c1e/upstream pyproject.toml
run/dd8dee49-5e86-425c-a4f7-d785341c8c1e/upstream

Tree @run/dd8dee49-5e86-425c-a4f7-d785341c8c1e/upstream (Download .tar.gz)

pyproject.toml @run/dd8dee49-5e86-425c-a4f7-d785341c8c1e/upstreamraw · history · blame

[build-system]
requires = ["setuptools >= 30.3.0", "wheel"]


[tool.black]
target-version = ["py37", "py38"]
line-length = 80


[tool.isort]
multi_line_output = 3
include_trailing_comma = true
force_grid_wrap = 0
use_parentheses = true
line_length = 88
known_tests = "tests"
sections = "FUTURE,STDLIB,THIRDPARTY,FIRSTPARTY,TESTS,LOCALFOLDER"