From 534e802d50390aa825235ae3f06862357fce0025 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 12 Nov 2025 05:35:40 +0000 Subject: [PATCH 1/2] Initial plan From dd2896a0b0369b1de23d71f704257b132074aadf Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 12 Nov 2025 05:39:28 +0000 Subject: [PATCH 2/2] Remove trailing whitespace from pyproject.toml Co-authored-by: suyask-msft <158708948+suyask-msft@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 7541e0f..7d04d66 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -80,7 +80,7 @@ line-length = 120 target-version = "py310" select = [ "E", "W", # pycodestyle - "F", # pyflakes + "F", # pyflakes "I", # isort "N", # pep8-naming "UP", # pyupgrade