Skip to content

Commit

Permalink
[mypy][7/N] Cover all directories (vllm-project#4555)
Browse files Browse the repository at this point in the history
  • Loading branch information
rkooo567 authored May 2, 2024
1 parent 7038e8b commit fb087af
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/mypy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 2 additions & 0 deletions format.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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=(
Expand Down

0 comments on commit fb087af

Please sign in to comment.