From de7dd634b969adc6e5f50cff0cc09c1be1711d01 Mon Sep 17 00:00:00 2001 From: Tyler Michael Smith Date: Mon, 2 Mar 2026 05:26:47 -0500 Subject: [PATCH] Fix unresolved-import errors when using Astral's ty by removing src.root (#35681) Signed-off-by: Tyler Michael Smith --- pyproject.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 551c6ba77..cc8f53036 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -117,7 +117,6 @@ markers = [ ] [tool.ty.src] -root = "./vllm" respect-ignore-files = true [tool.ty.environment] @@ -311,4 +310,4 @@ windo = "windo" [tool.typos.type.vimscript.extend-words] [tool.uv] -no-build-isolation-package = ["torch"] \ No newline at end of file +no-build-isolation-package = ["torch"]