mirror of
https://github.com/crewAIInc/crewAI.git
synced 2025-12-16 04:18:35 +00:00
chore: relax mypy configuration and exclude tests from CI (#3452)
This commit is contained in:
@@ -122,8 +122,7 @@ select = [
|
||||
]
|
||||
|
||||
[tool.mypy]
|
||||
strict = true
|
||||
exclude = ["src/crewai/cli/templates"]
|
||||
exclude = ["src/crewai/cli/templates", "tests"]
|
||||
|
||||
[tool.bandit]
|
||||
exclude_dirs = ["src/crewai/cli/templates"]
|
||||
|
||||
Reference in New Issue
Block a user