Skip to content

Commit 8298099

Browse files
feat: write poetry command in just file (#7)
# Description This PR will add a command to the just file to update all dependencies already written into the lock file. Closes #6 <!-- Select quick/in-depth as necessary --> This PR needs a quick review. ## Checklist - [x] Read through for typos, added new words to the dictionary - [x] Checked that the README is up to date - [x] Resolved any Ruff errors / formatted in Markdown --------- Co-authored-by: Luke W. Johnston <lwjohnst86@users.noreply.github.com>
1 parent e742445 commit 8298099

File tree

2 files changed

+416
-508
lines changed

2 files changed

+416
-508
lines changed

justfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,7 @@ check-commits:
2828
else
2929
echo "Not on main or haven't committed yet."
3030
fi
31+
32+
# Update all dependencies in lockfile
33+
update-deps:
34+
poetry update

0 commit comments

Comments
 (0)