ci: add crewai-tools to mypy strict type checks

This commit is contained in:
Greyson LaLonde
2026-03-25 13:29:29 +08:00
committed by GitHub
parent 25305e688f
commit d955203e55

View File

@@ -41,7 +41,7 @@ jobs:
run: uv sync --all-groups --all-extras
- name: Run type checks
run: uv run mypy lib/crewai/src/crewai/
run: uv run mypy lib/crewai/src/crewai/ lib/crewai-tools/src/crewai_tools/
- name: Save uv caches
if: steps.cache-restore.outputs.cache-hit != 'true'