diff --git a/pyproject.toml b/pyproject.toml index 5765fa1..5b59216 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -58,3 +58,7 @@ warn_unused_configs = true [[tool.mypy.overrides]] module = ["chromadb", "chromadb.*"] ignore_missing_imports = true + +[[tool.mypy.overrides]] +module = ["tai.chroma_telemetry"] +disable_error_code = ["misc"]