diff --git a/pyproject.toml b/pyproject.toml index 3fa87a807..396b3094a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ multi_line_output = 3 [tool.black] line-length = 120 -target-version = ['py37', 'py38', 'py39', 'py310', 'py311'] +target-version = ['py37', 'py38', 'py39', 'py310', 'py311', 'py312'] include = '\.pyi?$' exclude = '''(\.eggs|\.git|\.mypy_cache|\.tox|\.venv|_build|buck-out|build|dist)'''