[CI] Fix mypy for vllm/executor (#26845)

Signed-off-by: yewentao256 <zhyanwentao@126.com>
This commit is contained in:
Wentao Ye
2025-10-15 04:23:33 -04:00
committed by GitHub
parent f3c378ffa7
commit 71557a5f7c
4 changed files with 23 additions and 11 deletions

View File

@@ -28,6 +28,7 @@ FILES = [
"vllm/assets",
"vllm/distributed",
"vllm/entrypoints",
"vllm/executor",
"vllm/inputs",
"vllm/logging_utils",
"vllm/multimodal",
@@ -44,7 +45,6 @@ SEPARATE_GROUPS = [
"vllm/attention",
"vllm/compilation",
"vllm/engine",
"vllm/executor",
"vllm/inputs",
"vllm/lora",
"vllm/model_executor",