Files
xc-llm-ascend/mypy.ini
Yikun Jiang 28d7691361 [FOLLOWUP][Misc] Remove unused mypy config for base_communicator (#45)
### What this PR does / why we need it?
- Remove on communicator mypy to address:
https://github.com/vllm-project/vllm-ascend/pull/24#issuecomment-2647696781
- Add mypy.ini to trigger list

### Does this PR introduce _any_ user-facing change?
No

### How was this patch tested?
CI passed

Signed-off-by: Yikun Jiang <yikunkero@gmail.com>
2025-02-12 09:17:05 +08:00

12 lines
225 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