Files
llama.cpp/mypy.ini
T

6 lines
103 B
INI
Raw Normal View History

[mypy]
strict = true
allow_untyped_calls = true
allow_untyped_defs = true
allow_incomplete_defs = true