chore: Relax mypy to not run on tests dir for now

This commit is contained in:
Greyson LaLonde
2025-09-04 15:57:17 -04:00
parent bcee792390
commit e9f4ac070b
2 changed files with 8 additions and 6 deletions

View File

@@ -11,4 +11,6 @@ repos:
rev: v1.17.1
hooks:
- id: mypy
args: ["--config-file", "pyproject.toml"]
args: ["--strict", "--exclude", "src/crewai/cli/templates"]
files: ^src/
exclude: ^tests/