summaryrefslogtreecommitdiff
path: root/mypy.ini
diff options
context:
space:
mode:
authorGalunid <karolek1231456@gmail.com>2023-11-09 11:09:29 +0100
committerGitHub <noreply@github.com>2023-11-09 11:09:29 +0100
commita75fa576abba9d37f463580c379e4bbf1e1ad03c (patch)
tree01b2abda59a4df1382ec42bed67c100aee54a55f /mypy.ini
parent57ad015dc3011b046ed5a23186c86ea55f987c54 (diff)
scripts: Generalize convert scripts (#3838)
* Replace convert-*-hf-to-gguf.py files with convert-hf-to-gguf.py
Diffstat (limited to 'mypy.ini')
-rw-r--r--mypy.ini1
1 files changed, 1 insertions, 0 deletions
diff --git a/mypy.ini b/mypy.ini
index 55c168f2..7215a05d 100644
--- a/mypy.ini
+++ b/mypy.ini
@@ -3,3 +3,4 @@ strict = true
allow_untyped_calls = true
allow_untyped_defs = true
allow_incomplete_defs = true
+disable_error_code = import-untyped