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
1 changed files with 3 additions and 0 deletions

View File

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