feat: switch to Uv
This commit is contained in:
parent
5c272b5110
commit
2814be8975
10 changed files with 538 additions and 852 deletions
|
|
@ -4,8 +4,10 @@ cd "$RUN_DIR"
|
|||
|
||||
[ -z "${DEBUG:-}" ] || set -x
|
||||
|
||||
echo '# Poetry:'
|
||||
poetry show --outdated --top-level --with=build,dev
|
||||
echo '# Uv:'
|
||||
uv tree --outdated \
|
||||
| grep --color=never ' (latest: ' \
|
||||
| sed -E 's/^[│├└─ ]*//'
|
||||
|
||||
echo '
|
||||
# Npm:'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue