chore: relax mypy configuration and exclude tests from CI (#3452)

This commit is contained in:
Greyson LaLonde
2025-09-05 10:00:05 -04:00
committed by GitHub
parent ab82da02f9
commit 610c1f70c0
2 changed files with 6 additions and 7 deletions

View File

@@ -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"]