Update project to match cookiecutter-mopidy-ext

This commit is contained in:
Stein Magnus Jodal 2020-03-08 12:26:33 +01:00
parent 35340c5c69
commit 008527f115
9 changed files with 224 additions and 49 deletions

17
pyproject.toml Normal file
View file

@ -0,0 +1,17 @@
[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"