Skip to content

Commit de5d3c3

Browse files
chore: add pydantic.mypy plugin for better type checking
1 parent c062826 commit de5d3c3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,7 @@ ignore = ["E501"] # ignore line too long globally
138138

139139
[tool.mypy]
140140
exclude = ["src/crewai/cli/templates", "tests/"]
141+
plugins = ["pydantic.mypy"]
141142

142143

143144
[tool.bandit]

0 commit comments

Comments
 (0)