- Fix RUF005: Use spread syntax instead of concatenation in install_crew.py
- Fix S108: Replace /tmp with /home/test in test paths
- Fix E501: Shorten function name to meet line length requirements
These changes address the lint failures in CI while maintaining the core
Windows subprocess compatibility fix.
Co-Authored-By: João <joao@crewai.com>