mypy.ini 211 Bytes
Newer Older
huangwb's avatar
huangwb committed
1
2
3
4
5
6
7
8
[mypy]
python_version = 3.8

ignore_missing_imports = True

files = vllm
# TODO(woosuk): Include the code from Megatron and HuggingFace.
exclude = vllm/model_executor/parallel_utils/|vllm/model_executor/models/