From ccda438ccaf30ddc55bfb54090909b65bfd22130 Mon Sep 17 00:00:00 2001 From: Russell Bryant Date: Tue, 8 Oct 2024 17:26:26 +0000 Subject: [PATCH] mypy: check vllm/multimodal Signed-off-by: Russell Bryant --- format.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/format.sh b/format.sh index 63275f75f023a..1d785fcc16a61 100755 --- a/format.sh +++ b/format.sh @@ -115,7 +115,7 @@ run_mypy vllm/executor run_mypy vllm/logging run_mypy vllm/lora run_mypy vllm/model_executor -#run_mypy vllm/multimodal +run_mypy vllm/multimodal run_mypy vllm/platforms run_mypy vllm/plugins run_mypy vllm/prompt_adapter