mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-07-01 13:18:10 +00:00
Enable warn_unreachable, extra_checks, local_partial_types in pyproject. Remove dead defensive branches and AI-slop union members; replace narrow band-aid type:ignore with proper signature widening or targeted ignores for genuine runtime-defensive paths (double-checked locking, hook misuse, unfollowed-import boundaries).