From ac74582301faf8dce19c196f5006d8a323ae3ca9 Mon Sep 17 00:00:00 2001 From: ludeeus Date: Sun, 14 Apr 2024 18:27:27 +0000 Subject: [PATCH] Bump black target version to Python 3.11 --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 404586ef1e6..3c3e81a112f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.black] line-length = 100 -target-version = ['py39'] +target-version = ['py311'] exclude = 'generated' [tool.isort]