pyproject: tell black to target py37

This commit is contained in:
James R. Barlow
2021-11-14 15:49:01 -08:00
parent 4634b20de5
commit 7959f7628d
+1 -1
View File
@@ -12,7 +12,7 @@ version_scheme = "post-release"
[tool.black]
line-length = 88
target-version = ["py36", "py37", "py38"]
target-version = ["py37", "py38"]
skip-string-normalization = true
include = '\.pyi?$'
exclude = '''