Remove the --no-update parameter of poetry lock in the poup command
Recent versions of poetry don't provide this option.
This commit is contained in:
@@ -1 +1,3 @@
|
||||
alias ek "emacsclient -t -e '(save-buffers-kill-emacs)'"
|
||||
alias em "emacs &; disown"
|
||||
alias vim nvim
|
||||
|
@@ -26,7 +26,7 @@ function poup
|
||||
git checkout --ours $lockfile
|
||||
|
||||
if test $project_type = poetry
|
||||
poetry lock --no-update
|
||||
poetry lock
|
||||
else if test $project_type = uv
|
||||
uv lock
|
||||
end
|
||||
|
Reference in New Issue
Block a user