From a8e66045ed15a89137ad2a353944b3c873373d07 Mon Sep 17 00:00:00 2001 From: Lorenze Jay Date: Fri, 9 Aug 2024 10:23:07 -0700 Subject: [PATCH] ignore types for templates --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index d0d8588d6..e2c8353a0 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/crew/crew.py", "cli/templates/pipeline/main.py", "cli/templates/pipeline_router/main.py"] +exclude = ["cli/templates/main.py", "cli/templates/crew/main", "cli/templates/pipeline/pipelines/pipeline.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"]