Don't skip normalising

This commit is contained in:
Luke Murphy 2020-03-01 01:38:26 +00:00
parent 1f3de5e67e
commit c36264a37a
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 0 additions and 1 deletions

View File

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