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"]