mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-07 07:08:31 +00:00
revert
This commit is contained in:
2
.github/workflows/type-checker.yml
vendored
2
.github/workflows/type-checker.yml
vendored
@@ -23,4 +23,4 @@ jobs:
|
||||
pip install mypy
|
||||
|
||||
- name: Run type checks
|
||||
run: mypy src --exclude=crewai/cli/templates
|
||||
run: mypy src
|
||||
|
||||
@@ -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/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"]
|
||||
exclude = ["cli/templates"]
|
||||
|
||||
[build-system]
|
||||
requires = ["poetry-core"]
|
||||
|
||||
Reference in New Issue
Block a user