[mypy] Enable mypy type checking for vllm/core (#7229)

This commit is contained in:
Jonathan Berkhahn
2024-08-27 16:11:14 -07:00
committed by GitHub
parent 5340a2dccf
commit 9c71c97ae2
9 changed files with 31 additions and 18 deletions

View File

@@ -35,7 +35,6 @@ jobs:
mypy
mypy tests --follow-imports skip
mypy vllm/attention --follow-imports skip
mypy vllm/core --follow-imports skip
mypy vllm/distributed --follow-imports skip
mypy vllm/engine --follow-imports skip
mypy vllm/executor --follow-imports skip