From dd01c32e71a8babf7451c47e4668a5a3cc2dc93b Mon Sep 17 00:00:00 2001 From: Lorenze Jay Date: Fri, 9 Aug 2024 10:20:56 -0700 Subject: [PATCH] fixed type ignore --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 16c07f71b..d0d8588d6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -60,7 +60,7 @@ crewai = "crewai.cli.cli:crewai" [tool.mypy] ignore_missing_imports = true disable_error_code = 'import-untyped' -exclude = ["cli/templates/main.py", "cli/templates/crew.py", "cli/templates/pipeline/main.py", "cli/templates/pipeline_router/main.py"] +exclude = ["cli/templates/main.py", "cli/templates/crew.py", "cli/templates/crew/crew.py", "cli/templates/pipeline/main.py", "cli/templates/pipeline_router/main.py"] [build-system] requires = ["poetry-core"]