From 97a18494fc1035a2a7d5cbe120a1bc025f2aef0b Mon Sep 17 00:00:00 2001 From: Arthur Date: Wed, 10 Apr 2024 13:22:10 -0700 Subject: [PATCH] 15676 update formatting --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index a2d1f2d6d..003465053 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -3,7 +3,7 @@ [tool.black] line-length = 120 -target_version = ['3.10', '3.11', '3.12'] +target_version = ['py310', 'py311', 'py312'] skip-string-normalization = true [tool.isort]