ignore mypy src on templates

This commit is contained in:
Lorenze Jay
2024-08-07 09:55:49 -07:00
parent dca7fae17c
commit 17f282a830

View File

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