Skip to content

Commit fb087af

Browse files
authored
[mypy][7/N] Cover all directories (#4555)
1 parent 7038e8b commit fb087af

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.github/workflows/mypy.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,6 @@ jobs:
4545
mypy vllm/spec_decode --config-file pyproject.toml
4646
mypy vllm/model_executor --config-file pyproject.toml
4747
mypy vllm/lora --config-file pyproject.toml
48+
mypy vllm/logging --config-file pyproject.toml
49+
mypy vllm/model_executor --config-file pyproject.toml
4850

format.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,8 @@ mypy vllm/worker --config-file pyproject.toml
107107
mypy vllm/spec_decode --config-file pyproject.toml
108108
mypy vllm/model_executor --config-file pyproject.toml
109109
mypy vllm/lora --config-file pyproject.toml
110+
mypy vllm/logging --config-file pyproject.toml
111+
mypy vllm/model_executor --config-file pyproject.toml
110112

111113

112114
CODESPELL_EXCLUDES=(

0 commit comments

Comments
 (0)