chore: add pydantic.mypy plugin for better type checking

This commit is contained in:
Greyson LaLonde
2025-09-19 19:23:33 -04:00
committed by GitHub
parent c062826779
commit de5d3c3ad1

View File

@@ -138,6 +138,7 @@ ignore = ["E501"] # ignore line too long globally
[tool.mypy]
exclude = ["src/crewai/cli/templates", "tests/"]
plugins = ["pydantic.mypy"]
[tool.bandit]