From b930314880a4e7592c4bc81552ed4a6edcad3a62 Mon Sep 17 00:00:00 2001 From: Silvano Cerza Date: Tue, 16 Jan 2024 10:54:34 +0100 Subject: [PATCH] Fix linting again? --- integrations/weaviate/pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/integrations/weaviate/pyproject.toml b/integrations/weaviate/pyproject.toml index 04d05fa94..50f1c157c 100644 --- a/integrations/weaviate/pyproject.toml +++ b/integrations/weaviate/pyproject.toml @@ -168,6 +168,7 @@ exclude_lines = [ [[tool.mypy.overrides]] module = [ + "haystack.*", "haystack_integrations.*", "pytest.*", "weaviate.*",