From c0637c287e0a76cdf252f93d1fcd4908ac703f94 Mon Sep 17 00:00:00 2001 From: "James R. Barlow" Date: Sun, 15 Oct 2023 02:01:55 -0700 Subject: [PATCH] vscode isn't ready for black py312, revert --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 195b6099..83e6ace8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 = '''