15 lines
393 B
INI
15 lines
393 B
INI
|
|
[mypy]
|
||
|
|
; warn_return_any = True
|
||
|
|
warn_unused_configs = True
|
||
|
|
|
||
|
|
; Suppress all missing import errors from torch_npu for mypy.
|
||
|
|
[mypy-torch_npu.*]
|
||
|
|
ignore_missing_imports = True
|
||
|
|
|
||
|
|
[mypy-transformers.*]
|
||
|
|
ignore_missing_imports = True
|
||
|
|
|
||
|
|
; Remove this after https://github.com/vllm-project/vllm/pull/11324 merged
|
||
|
|
[mypy-vllm.distributed.device_communicators.base_communicator]
|
||
|
|
ignore_missing_imports = True
|