mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-01-14 18:48:29 +00:00
- Rename ToolUsageLimitExceeded to ToolUsageLimitExceededError (N818) - Remove unnecessary assignments before return statements (RET504) - Add noqa S101 comments to all assert statements in test file - Fix all remaining lint errors while preserving functionality Co-Authored-By: João <joao@crewai.com>