mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-11 00:58:30 +00:00
- Add type ignore for create_model call to fix type-checker error - Fix exception chaining (B904) by using 'from e' syntax - Fix unnecessary assignment (RET504) by returning directly - Add noqa comments for S101 assert detection in test file Co-Authored-By: João <joao@crewai.com>