feat: mypy plugin base

* feat: base mypy plugin with CrewBase

* fix: add crew method to protocol
This commit is contained in:
Greyson LaLonde
2025-10-21 17:36:08 -04:00
committed by GitHub
parent 2ee27efca7
commit c594859ed0
3 changed files with 63 additions and 2 deletions

View File

@@ -124,7 +124,7 @@ exclude = [
"lib/crewai-tools/tests/",
"lib/crewai/src/crewai/experimental/a2a"
]
plugins = ["pydantic.mypy"]
plugins = ["pydantic.mypy", "crewai.mypy"]
[tool.bandit]