Skip to content
Prev Previous commit
Next Next commit
Revert "Try skipping mypy on sglang/trtllm"
This reverts commit 67f1fbf.
  • Loading branch information
rmccorm4 committed Nov 16, 2025
commit 4776ab4a595dafeb1947305a714a4927a777bac5
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -238,8 +238,8 @@ ignore_missing_imports = true
check_untyped_defs = true

[[tool.mypy.overrides]]
# Skip mypy analysis on internal dependencies of each framework
module = ["vllm.*", "sglang.*", "tensorrt_llm.*"]
# Skip mypy analysis on internal dependencies of vllm
module = ["vllm.*"]
follow_imports = "skip"
ignore_missing_imports = true

Expand Down
Loading