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
Whenever you checkout or merge a branch, you might want to sync your installed dependencies automatically with the pdm.lock file. Poetry added such a hook recently: python-poetry/poetry#2863
The text was updated successfully, but these errors were encountered:
Describe the solution you'd like
Whenever you checkout or merge a branch, you might want to sync your installed dependencies automatically with the
pdm.lock
file. Poetry added such a hook recently: python-poetry/poetry#2863The text was updated successfully, but these errors were encountered: