Skip to content

feat: add uv lockfile, frozen nox installs, and uv documentation#5460

Merged
BradyPlanden merged 1 commit intomainfrom
feat/uv-lockfile-and-docs
Apr 24, 2026
Merged

feat: add uv lockfile, frozen nox installs, and uv documentation#5460
BradyPlanden merged 1 commit intomainfrom
feat/uv-lockfile-and-docs

Conversation

@BradyPlanden
Copy link
Copy Markdown
Member

Add uv.lock for reproducible dependency resolution and update the tooling and documentation to support uv as a first-class workflow alongside pip.

  • Add uv.lock
  • Add uv lock --check CI step to ensure lockfile stays in sync
  • Add uv package ecosystem to dependabot for automated lockfile updates
  • Replace nox session.install() with uv sync --frozen via install_locked() helper for deterministic CI environments
  • Simplify nox -s dev session to use uv sync --frozen
  • Remove no-op strategy: fail-fast: false from memory single-matrix CI job
  • Exclude uv.lock from pre-commit large file check
  • Update install-from-source docs with uv as recommended dev workflow
  • Add uv/pip tabs to user install docs (Linux, macOS, Windows)
  • Update CONTRIBUTING.md with uv alternatives for pre-commit and testing

Fixes # (issue)

Type of change

Please add a line in the relevant section of CHANGELOG.md to document the change (include PR #)

Important checks:

Please confirm the following before marking the PR as ready for review:

  • No style issues: nox -s pre-commit
  • All tests pass: nox -s tests
  • The documentation builds: nox -s doctests
  • Code is commented for hard-to-understand areas
  • Tests added that prove fix is effective or that feature works

Add uv.lock for reproducible dependency resolution and update the
tooling and documentation to support uv as a first-class workflow
alongside pip.

- Generate and commit uv.lock (218 packages)
- Add `uv lock --check` CI step to ensure lockfile stays in sync
- Add uv package ecosystem to dependabot for automated lockfile updates
- Replace nox `session.install()` with `uv sync --frozen` via
  `install_locked()` helper for deterministic CI environments
- Simplify `nox -s dev` session to use `uv sync --frozen`
- Remove no-op `strategy: fail-fast: false` from single-matrix CI job
- Exclude uv.lock from pre-commit large file check
- Update install-from-source docs with uv as recommended dev workflow
- Add uv/pip tabs to user install docs (Linux, macOS, Windows)
- Update CONTRIBUTING.md with uv alternatives for pre-commit and testing
@BradyPlanden BradyPlanden requested a review from a team as a code owner April 23, 2026 14:19
@codecov
Copy link
Copy Markdown

codecov Bot commented Apr 23, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 98.29%. Comparing base (4f78ef0) to head (82a255b).
⚠️ Report is 3 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #5460   +/-   ##
=======================================
  Coverage   98.29%   98.29%           
=======================================
  Files         337      337           
  Lines       30958    30950    -8     
=======================================
- Hits        30429    30423    -6     
+ Misses        529      527    -2     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@BradyPlanden BradyPlanden merged commit 9f43ae0 into main Apr 24, 2026
25 of 27 checks passed
@BradyPlanden BradyPlanden deleted the feat/uv-lockfile-and-docs branch April 24, 2026 07:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants