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
fix: raise error when both --frozen and --no-sync are set
Instead of silently having --frozen take precedence, raise a
UsethisError when both flags are set simultaneously. These flags
are mutually exclusive since --frozen prevents both lockfile updates
and syncing, while --no-sync only prevents syncing.
Agent-Logs-Url: https://github.com/usethis-python/usethis-python/sessions/bbee573e-012b-4649-8923-7e4e46490fcf
Co-authored-by: nathanjmcdougall <18602289+nathanjmcdougall@users.noreply.github.com>
0 commit comments