mirror of
https://github.com/crewAIInc/crewAI.git
synced 2026-09-20 10:03:37 +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).