mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-08 15:48:29 +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
|
pip install mypy
|
||||||
|
|
||||||
- name: Run type checks
|
- 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]
|
[tool.mypy]
|
||||||
ignore_missing_imports = true
|
ignore_missing_imports = true
|
||||||
disable_error_code = 'import-untyped'
|
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]
|
[build-system]
|
||||||
requires = ["poetry-core"]
|
requires = ["poetry-core"]
|
||||||
|
|||||||
Reference in New Issue
Block a user