[mypy] Pass type checking for vllm/utils and vllm/v1/pool (#29666)

Signed-off-by: DarkLight1337 <tlleungac@connect.ust.hk>
This commit is contained in:
Cyrus Leung
2025-11-28 20:40:47 +08:00
committed by GitHub
parent 33b06a6f24
commit 953d9c820b
9 changed files with 37 additions and 43 deletions

View File

@@ -36,8 +36,10 @@ FILES = [
"vllm/transformers_utils",
"vllm/triton_utils",
"vllm/usage",
"vllm/utils",
"vllm/v1/core",
"vllm/v1/engine",
"vllm/v1/pool",
"vllm/v1/worker",
]
@@ -59,7 +61,6 @@ SEPARATE_GROUPS = [
"vllm/v1/executor",
"vllm/v1/kv_offload",
"vllm/v1/metrics",
"vllm/v1/pool",
"vllm/v1/sample",
"vllm/v1/spec_decode",
"vllm/v1/structured_output",