Files
mopidy-webhooks/pyproject.toml
Colin Powell bbd1f5b5b7 Initial commit
Originally based off of mopidy-scrobbler code
2023-01-08 01:08:18 -05:00

17 lines
341 B
TOML

[build-system]
requires = ["setuptools >= 30.3.0", "wheel"]
[tool.black]
target-version = ["py38", "py39"]
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"