mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-09 08:08:32 +00:00
chore: add pydantic.mypy plugin for better type checking
This commit is contained in:
@@ -138,6 +138,7 @@ ignore = ["E501"] # ignore line too long globally
|
|||||||
|
|
||||||
[tool.mypy]
|
[tool.mypy]
|
||||||
exclude = ["src/crewai/cli/templates", "tests/"]
|
exclude = ["src/crewai/cli/templates", "tests/"]
|
||||||
|
plugins = ["pydantic.mypy"]
|
||||||
|
|
||||||
|
|
||||||
[tool.bandit]
|
[tool.bandit]
|
||||||
|
|||||||
Reference in New Issue
Block a user