diff --git a/pyproject.toml b/pyproject.toml index 63c195164..d18cef293 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -138,6 +138,7 @@ ignore = ["E501"] # ignore line too long globally [tool.mypy] exclude = ["src/crewai/cli/templates", "tests/"] +plugins = ["pydantic.mypy"] [tool.bandit]