Add config for black (target-version)

This commit is contained in:
Daniel Hahler
2020-03-07 02:18:41 +01:00
parent e3cf4fc258
commit 2df4f63149

View File

@@ -54,3 +54,6 @@ template = "changelog/_template.rst"
directory = "trivial"
name = "Trivial/Internal Changes"
showcontent = true
[tool.black]
target-version = ['py35']