Don't skip normalising

This commit is contained in:
2020-03-01 01:38:26 +00:00
parent 1f3de5e67e
commit c36264a37a

View File

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