pyproject: black doesn't like py39 yet

This commit is contained in:
James R. Barlow
2021-02-25 16:10:20 -08:00
parent 5e2206bae7
commit dd1f5f7215
+1 -1
View File
@@ -10,7 +10,7 @@ build-backend = "setuptools.build_meta"
[tool.black]
line-length = 88
target-version = ["py36", "py37", "py38", "py39"]
target-version = ["py36", "py37", "py38"]
skip-string-normalization = true
include = '\.pyi?$'
exclude = '''