From fb087af52e3834d98250a455355a3ef329663168 Mon Sep 17 00:00:00 2001 From: SangBin Cho Date: Fri, 3 May 2024 02:47:41 +0900 Subject: [PATCH] [mypy][7/N] Cover all directories (#4555) --- .github/workflows/mypy.yaml | 2 ++ format.sh | 2 ++ 2 files changed, 4 insertions(+) diff --git a/.github/workflows/mypy.yaml b/.github/workflows/mypy.yaml index 5b2bad14..a20753d8 100644 --- a/.github/workflows/mypy.yaml +++ b/.github/workflows/mypy.yaml @@ -45,4 +45,6 @@ jobs: mypy vllm/spec_decode --config-file pyproject.toml mypy vllm/model_executor --config-file pyproject.toml mypy vllm/lora --config-file pyproject.toml + mypy vllm/logging --config-file pyproject.toml + mypy vllm/model_executor --config-file pyproject.toml diff --git a/format.sh b/format.sh index 49149afe..233e6af0 100755 --- a/format.sh +++ b/format.sh @@ -107,6 +107,8 @@ mypy vllm/worker --config-file pyproject.toml mypy vllm/spec_decode --config-file pyproject.toml mypy vllm/model_executor --config-file pyproject.toml mypy vllm/lora --config-file pyproject.toml +mypy vllm/logging --config-file pyproject.toml +mypy vllm/model_executor --config-file pyproject.toml CODESPELL_EXCLUDES=(