pyproject.toml: weird line wrapping?

This commit is contained in:
James R. Barlow
2020-06-29 01:45:12 -07:00
parent f15d9049eb
commit e5b6fe1317
+1 -2
View File
@@ -10,8 +10,7 @@ build-backend = "setuptools.build_meta"
[tool.black]
line-length = 88
target-version = ["py36",
"py37", "py38"]
target-version = ["py36", "py37", "py38"]
skip-string-normalization = true
include = '\.pyi?$'
exclude = '''