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: flatten nested conditionals in _build_lockfile_from_results for clarity
Replace nested if/elif/else with flat early-continue branches so each
case (local, freshly installed, carry-forward, error, minimal entry) is
handled independently and reads top-to-bottom without tracking nesting.
Co-authored-by: Ralphify <noreply@ralphify.co>
0 commit comments