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 = '''