[CI] Fix mypy for vllm/v1/structured_output (#32722)

Signed-off-by: yewentao256 <zhyanwentao@126.com>
This commit is contained in:
Wentao Ye
2026-01-22 22:55:51 -05:00
committed by GitHub
parent 5e4e0e51f4
commit 7ef5873752
18 changed files with 32 additions and 25 deletions

View File

@@ -49,6 +49,7 @@ FILES = [
"vllm/v1/metrics",
"vllm/v1/pool",
"vllm/v1/sample",
"vllm/v1/structured_output",
"vllm/v1/worker",
]
@@ -64,7 +65,6 @@ SEPARATE_GROUPS = [
# v1 related
"vllm/v1/kv_offload",
"vllm/v1/spec_decode",
"vllm/v1/structured_output",
]
# TODO(woosuk): Include the code from Megatron and HuggingFace.