16 lines
320 B
INI
16 lines
320 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-torchair.*]
|
||
|
|
ignore_missing_imports = True
|
||
|
|
|
||
|
|
[mypy-transformers.*]
|
||
|
|
ignore_missing_imports = True
|
||
|
|
|
||
|
|
[mypy-lm_eval.*]
|
||
|
|
ignore_missing_imports = True
|