You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
refactor(utils): enforce keyword-only args for functions
Update all function definitions in utils/ to require keyword-only
arguments by adding '*' to their signatures. This improves clarity,
prevents accidental positional argument usage, and aligns with modern Python
best practices for function interfaces.
0 commit comments