Files
llama.cpp/mypy.ini
T

8 lines
163 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
2024-01-20 18:14:18 -05:00
warn_return_any = false