Update black target versions

This commit is contained in:
James R. Barlow 2022-08-02 15:07:43 -07:00
parent 8a8c06c79c
commit 80b7cf6330
No known key found for this signature in database
GPG Key ID: E54A300D567E1260

View File

@ -10,7 +10,7 @@ build-backend = "setuptools.build_meta"
[tool.black]
line-length = 88
target-version = ["py37", "py38"]
target-version = ["py38", "py39", "py310", "py311"]
skip-string-normalization = true
include = '\.pyi?$'
exclude = '''