vscode isn't ready for black py312, revert

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