From fced756923e3b65dad0e1f4da202c4d2f82d2a4b Mon Sep 17 00:00:00 2001 From: Aaron Pham Date: Wed, 28 May 2025 11:59:11 -0400 Subject: [PATCH] [Chore] update ty configuration (#18839) Signed-off-by: Aaron Pham --- pyproject.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index eb55a9ffc5..5286724b5c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -172,7 +172,8 @@ plugins.md033.enabled = false # inline-html plugins.md046.enabled = false # code-block-style plugins.md024.allow_different_nesting = true # no-duplicate-headers -[tool.ty] +[tool.ty.src] +root = "./vllm" respect-ignore-files = true [tool.ty.environment]