uv
540ff243 - Perform lock in `uv sync` by default (#4839)

Comment changes are shownComment changes are hidden
Commit
300 days ago
Perform lock in `uv sync` by default (#4839) ## Summary - `uv sync` will now lock by default. - `uv sync --locked` will lock, and error if the generated lock does not match `uv.lock` on-disk. - `uv sync --frozen` will skip locking and just use `uv.lock`. Closes https://github.com/astral-sh/uv/issues/4812. Closes https://github.com/astral-sh/uv/issues/4803.
Author
Parents
  • File
    Cargo.lock
  • crates
    • uv-cli/src
      • File
        lib.rs
    • uv-requirements
      • File
        Cargo.toml
      • src
        • File
          upgrade.rs
    • uv
      • src
        • commands/project
          • File
            add.rs
          • File
            lock.rs
          • File
            mod.rs
          • File
            remove.rs
          • File
            run.rs
          • File
            sync.rs
          • File
            tree.rs
        • File
          main.rs
        • File
          settings.rs
      • tests
        • File
          edit.rs
        • File
          lock.rs
        • File
          sync.rs
Loading