Add py312 to black coverage

This commit is contained in:
James R. Barlow
2023-10-24 00:54:30 -07:00
parent 04a9372584
commit 0655f8e7ae
+1 -1
View File
@@ -81,7 +81,7 @@ python-tag = "py39"
[tool.black]
line-length = 88
target-version = ["py39", "py310", "py311"]
target-version = ["py39", "py310", "py311", "py312"]
skip-string-normalization = true
include = '\.pyi?$'
exclude = '''