"vscode:/vscode.git/clone" did not exist on "e20233d361b4e6a7cb8e37c6d7f85e9900527802"
Unverified Commit fb087af5 authored by SangBin Cho's avatar SangBin Cho Committed by GitHub
Browse files

[mypy][7/N] Cover all directories (#4555)

parent 7038e8b8
......@@ -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
......@@ -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=(
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment