Fix black settings in pyproject.toml

This commit is contained in:
James R. Barlow
2019-09-15 01:46:13 -07:00
parent cf4b04c5d1
commit ff860e8362
+1 -1
View File
@@ -10,7 +10,7 @@ build-backend = "setuptools.build_meta"
[tool.black]
line-length = 88
py36 = true
target-version = ["py36", "py37", "py38"]
skip-string-normalization = true
include = '\.pyi?$'
exclude = '''