Putting black configuration back in.

Signed-off-by: Cliff Hill <xlorep@darkhelm.org>
This commit is contained in:
2021-05-21 13:45:08 -04:00
parent 1c937afb60
commit 1df05149b9

View File

@@ -95,6 +95,10 @@ rstcheck = "^3.3.1"
[tool.poetry.scripts]
plex-playlist = "playlist.__main__:main"
[tool.black]
line-length = 88
target-version = ["py38"]
[tool.coverage.paths]
source = ["src", "*/site-packages"]