From c294fc8139af20d0f1bef24eb74964f74e8b70c6 Mon Sep 17 00:00:00 2001 From: co63oc Date: Thu, 28 Aug 2025 14:17:54 +0800 Subject: [PATCH] Fix target_version (#3159) * Fix * fix * fix --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 9b79ec1a4..28c48533a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -5,7 +5,7 @@ known_third_party = ["paddle"] [tool.black] line-length = 119 -target_version = ['py35', 'py36', 'py37', 'py38', 'py39', 'py310'] +target_version = ['py310', 'py311', 'py312'] exclude = '.flake8' @@ -16,7 +16,7 @@ exclude = [ "custom_ops/third_party", ] line-length = 119 -target-version = "py39" +target-version = "py310" [tool.ruff.format] # Prevent change to double quotes by some users use ruff format