Skip to content

Commit

Permalink
feat: add poetry lock file fixer
Browse files Browse the repository at this point in the history
  • Loading branch information
fredrikaverpil committed Oct 9, 2023
1 parent e9838f5 commit f26075e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions shell/bin/fix-poetry-lockfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
#!/bin/bash

git restore --worktree --staged poetry.lock
poetry lock --no-update
git add poetry.lock

0 comments on commit f26075e

Please sign in to comment.