Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ files = [
"vllm/transformers_utils",
"vllm/triton_utils",
"vllm/usage",
"vllm/v1",
]
# TODO(woosuk): Include the code from Megatron and HuggingFace.
exclude = [
Expand Down
1 change: 0 additions & 1 deletion tools/mypy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,3 @@ run_mypy vllm/plugins
run_mypy vllm/prompt_adapter
run_mypy vllm/spec_decode
run_mypy vllm/worker
run_mypy vllm/v1
Loading