fix: run uv lock before pushing example code#292
Conversation
b2382d6 to
31f764c
Compare
3386f1e to
d0f3711
Compare
d0f3711 to
16f325a
Compare
callumforrester
left a comment
There was a problem hiding this comment.
If we also want this to be done by a precommit/devcontainer shall we put it in a script so it is the same everywhere and doesn't need to be maintained in two places?
Also I am a bit disappointed that there isn't just a uv init command that does most of this...?
All that the devcontainer needs to do is |
This will normally be done by pre-commit or the devcontainer when people make a project from the copier template, but we need to do it manually here