Files
crewAI/tests/tools
Devin AI acff336363 Fix remaining lint issues: N818, RET504, and S101 errors
- 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>
2025-09-10 02:03:43 +00:00
..