From 9256c15d6f35905422cb26a9a5944fb254d44fed Mon Sep 17 00:00:00 2001 From: Elton Chou Date: Tue, 2 Jul 2024 00:26:41 +0800 Subject: [PATCH] chores: Fix black target version. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index fa84271..5e0393a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -55,7 +55,7 @@ ignore_missing_imports = true [tool.black] line-length = 88 -target-version = ['py312'] +target-version = ['py311'] [tool.pytest.ini_options] junit_family = "xunit2"