Skip to content

Commit c4baca3

Browse files
committed
fixup! 📦🔧 Add list-outdated-deps command to justfile template
1 parent 961ee79 commit c4baca3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

project_name/justfile.jinja

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ prepare:
2727

2828
# List outdated python dependencies
2929
list-outdated-deps:
30-
uv tree --outdated --depth 1 --color always -q | { grep latest --color=never && exit 1 || exit 0; }
30+
uv tree --outdated --depth 1 --color always -q | { grep latest --color=never || exit 0; }
3131

3232
# Update all dependencies
3333
update-deps:

0 commit comments

Comments
 (0)