mirror of
https://github.com/RYDE-WORK/llama.cpp.git
synced 2026-01-19 13:13:38 +08:00
7 lines
139 B
INI
7 lines
139 B
INI
[mypy]
|
|
strict = true
|
|
allow_untyped_calls = true
|
|
allow_untyped_defs = true
|
|
allow_incomplete_defs = true
|
|
disable_error_code = import-untyped
|