From f1003ea00d705d1d2c353f5c7cda335eb714bc28 Mon Sep 17 00:00:00 2001 From: Jian Chen Date: Tue, 22 Oct 2024 10:56:07 -0700 Subject: [PATCH] Update pyproject.toml Co-authored-by: Justin Chu --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 4fc3b624add78..048b47e351bd0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -2,7 +2,7 @@ line-length = 120 # NOTE: Do not extend the exclude list. Edit .lintrunner.toml instead extend-exclude = "cmake|onnxruntime/core/flatbuffers/" -target-version = ["py310","py311","py312"] +target-version = ["py310", "py311", "py312"] [tool.isort] # NOTE: Do not extend the exclude list. Edit .lintrunner.toml instead