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
Implements `--allow-frozen` cmd option that enables support for froze…
…n revisions.
This new mode will trust `frozen: xxx` comments and use those to check frozen revisions.
If the comment specifies the same revision as the lock file nothing will be changed.
Otherwise the revision is replaced with expected revision tag.
Documents `--allow-frozen` config option in README.
* sync_with_poetry/swp.py
* README.md