# Ensure we always have an up to date lock file.
if ! test -f uv.lock || ! uv lock --check 2>/dev/null; then
uv lock
fi
Doesn't this defeat the purpose of having a lock file? If it doesn't exist or if it's invalid something catastrophic happened to the lock file and it should be handled by someone familiar with the project. Otherwise, why have a lock file at all? The CI will silently replace the lock file and cause potential confusion.If you do `uv sync --locked` it will not succeed if the lock file does not exist or is out of date.
Edit: I slightly misread your comment. I strongly agree that having no lock file or a lockfile that does not match your specified dependencies is a case where a human should intervene. That's why I suggest you should always use the --locked option in your build.
- CloudCamping (still only German market for now) https://www.cloud-camping.com/
- The Road to Next (fully launched last month) https://www.road-to-next.com/
- Music https://soundcloud.com/schlenkermitturnbeutel
Feel free to AMA.
I'm listening to one of your mixes right now and I'm wondering if you were influenced by Klangkarussell at all (or maybe the other way around?) or if that was just the general 2014 vibe.
Does he have a coherent position on this that these actions support?
Wikipedia as usual has the details - https://en.wikipedia.org/wiki/The_Adventures_of_Tintin#Contr...
Note: The archive.org collection has some parodies and pastiches which are decidedly not meant for children - https://en.wikipedia.org/wiki/The_Adventures_of_Tintin#Parod...
Is this worth switching to?
Migrating is not super hard, we wrote a small script that moves all the information from a Pipfile to a pyproject.toml and it works like a charm.
I'm not sure what you mean by this? Python has the "raise" statement [0], which "throws" an error from within a function or other code.
[0] https://docs.python.org/3/reference/simple_stmts.html#raise
Python does not have that.
I’m curious what they’re bringing to the table to be able to fetch that valuation.
https://web.archive.org/web/20240415120557/x.ai/about
I don't know enough about the AI/ML scene to say if any of these are notable people.