diff options
Diffstat (limited to 'llama.cpp/mypy.ini')
| -rw-r--r-- | llama.cpp/mypy.ini | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/llama.cpp/mypy.ini b/llama.cpp/mypy.ini new file mode 100644 index 0000000..e51910c --- /dev/null +++ b/llama.cpp/mypy.ini @@ -0,0 +1,7 @@ +[mypy] +strict = true +allow_untyped_calls = true +allow_untyped_defs = true +allow_incomplete_defs = true +disable_error_code = import-untyped +warn_return_any = false |
