uv
dfe2faa7 - Add `--locked` and `--frozen` to `uv run` CLI (#5196)

Commit
1 year ago
Add `--locked` and `--frozen` to `uv run` CLI (#5196) ## Summary You can now use `uv run --locked` to assert that the lockfile doesn't change, or `uv run --frozen` to run without attempting to update the lockfile at all. Closes https://github.com/astral-sh/uv/issues/5185.
Author
Parents
Loading