rm type errors on templates

This commit is contained in:
Lorenze Jay
2024-08-09 11:12:22 -07:00
parent c9a1e7a247
commit 06316cdf2c

View File

@@ -23,4 +23,4 @@ jobs:
pip install mypy
- name: Run type checks
run: mypy src
run: mypy src --exclude=crewai/cli/templates