mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-03 13:18:29 +00:00
exclude only required
This commit is contained in:
@@ -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/crew/main.py", "cli/templates/crew/crew.py", "cli/templates/pipeline/pipelines/pipeline.py", "cli/templates/pipeline/main.py", "cli/templates/pipeline_router/main.py"]
|
||||
|
||||
[build-system]
|
||||
requires = ["poetry-core"]
|
||||
|
||||
Reference in New Issue
Block a user