[CI] Fix mypy for vllm/v1/ops (#39219)

Signed-off-by: yewentao256 <zhyanwentao@126.com>
This commit is contained in:
Wentao Ye
2026-04-08 23:06:34 -04:00
committed by GitHub
parent 2a49284c8a
commit aec18492d0
4 changed files with 28 additions and 25 deletions

View File

@@ -36,8 +36,6 @@ SEPARATE_GROUPS = [
EXCLUDE = [
"vllm/model_executor/models",
"vllm/model_executor/layers/fla/ops",
# Ignore triton kernels in ops.
"vllm/v1/attention/ops",
# TODO: Remove these entries after fixing mypy errors.
"vllm/benchmarks",
]