From ff62d76be19ffc618fe077371a1034269831d9d3 Mon Sep 17 00:00:00 2001 From: hammadb Date: Tue, 10 Oct 2023 16:58:13 -0700 Subject: [PATCH] Move idl to root so we can share it with other languages. Add makefile --- mypy.ini | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/mypy.ini b/mypy.ini index bcbf5f20f725..18ea94ca784e 100644 --- a/mypy.ini +++ b/mypy.ini @@ -1,2 +1,5 @@ +[mypy] +exclude = ["chromadb/proto/*"] + [mypy-chromadb.proto.*] -ignore_errors = True +ignore_errors = True \ No newline at end of file