Add py38 and quote

This commit is contained in:
Luke Murphy 2020-02-27 19:46:11 +00:00
parent 6f78967c1b
commit dd4919dd30
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 1 additions and 2 deletions

View File

@ -8,8 +8,7 @@ build-backend = "setuptools.build_meta"
[tool.black]
line-length = 80
target-version = ['py36', 'py37']
skip-string-normalization = true
target-version = ["py36", "py37", "py38"]
include = '\.pyi?$'
[tool.towncrier]