From 914aa1351ad7660080271f5e13079d782d43b2d1 Mon Sep 17 00:00:00 2001 From: Lorenze Jay Date: Fri, 9 Aug 2024 14:05:01 -0700 Subject: [PATCH] fixed missing quotes --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index b6d1e00c6..c556d7b51 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] +exclude = ["cli/templates"] [build-system] requires = ["poetry-core"]