[CI/Build] Improve mypy + python version matrix (#10041)

Signed-off-by: Russell Bryant <rbryant@redhat.com>
This commit is contained in:
Russell Bryant
2024-11-07 02:54:16 -05:00
committed by GitHub
parent 6192e9b8fe
commit e036e527a0
3 changed files with 5 additions and 6 deletions
+1 -3
View File
@@ -55,14 +55,12 @@ ignore = [
]
[tool.mypy]
python_version = "3.9"
ignore_missing_imports = true
check_untyped_defs = true
follow_imports = "silent"
# After fixing type errors resulting from follow_imports: "skip" -> "silent",
# move the directory here and remove it from format.sh and mypy.yaml
# move the directory here and remove it from tools/mypy.sh
files = [
"vllm/*.py",
"vllm/adapter_commons",