rm excluding type checks for template files on github action

This commit is contained in:
Lorenze Jay
2024-08-09 14:03:59 -07:00
parent 06316cdf2c
commit c185b37322
2 changed files with 2 additions and 2 deletions

View File

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