Files
crewAI/tests/agents
Devin AI a5617cbfff fix: resolve lint and type checking issues
- Add per-file ignores for S101 (assert statements) in test files
- Add per-file ignore for PERF203 (try-except in loop) in lite_agent.py
- Replace assert with proper error handling in lite_agent.py
- Replace eval() with ast.literal_eval() for security compliance

Co-Authored-By: João <joao@crewai.com>
2025-09-09 13:23:43 +00:00
..