From b333b06772c89d96aacb5490d6a219fba7c09cc6 Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Thu, 12 Feb 2026 20:57:17 +0100 Subject: Engage! --- llama.cpp/mypy.ini | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 llama.cpp/mypy.ini (limited to 'llama.cpp/mypy.ini') 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 -- cgit v1.2.3