Files
llama.cpp/mypy.ini
T

7 lines
139 B
INI
Raw Normal View History

[mypy]
strict = true
allow_untyped_calls = true
allow_untyped_defs = true
allow_incomplete_defs = true
2023-11-09 11:09:29 +01:00
disable_error_code = import-untyped