fixed type ignore

This commit is contained in:
Lorenze Jay
2024-08-09 10:20:56 -07:00
parent a53f2bc5e6
commit dd01c32e71

View File

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