Merged
Conversation
There was a problem hiding this comment.
Pull request overview
This PR updates the build and development tooling infrastructure, primarily migrating nox sessions to use nox-uv for improved dependency management. It also adds mypy for type checking and reorganizes the project configuration.
Key changes:
- Integrates
nox-uvfor better UV package manager integration in nox sessions - Adds mypy to the linting pipeline for static type checking
- Reorganizes pyproject.toml tool configurations for better readability
- Updates CI workflows to use the new nox-based approach
Reviewed changes
Copilot reviewed 6 out of 7 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
uv.lock |
Adds new dependencies: build, mypy, nox-uv, librt, mypy-extensions, pathspec, and pyproject-hooks |
pyproject.toml |
Adds build and nox dependency groups, includes mypy in lint group, reorganizes tool configuration sections for better logical grouping |
noxfile.py |
Refactors to use nox-uv with @session decorator, replaces direct uv run commands with session methods, adds mypy session |
src/diffraxtra/_src/diffeq_abc.py |
Removes strict=True parameter from eqx.Module (likely for compatibility) |
.pre-commit-config.yaml |
Updates codespell to read configuration from pyproject.toml instead of inline args |
.github/workflows/ci.yml |
Updates to use nox sessions instead of direct uv/pytest commands, renames job from checks to tests, adds status check job |
.github/workflows/cd.yml |
Adds persist-credentials: false for security hardening |
Signed-off-by: nstarman <nstarman@users.noreply.github.com>
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #29 +/- ##
=======================================
Coverage ? 97.82%
=======================================
Files ? 5
Lines ? 184
Branches ? 0
=======================================
Hits ? 180
Misses ? 4
Partials ? 0 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Signed-off-by: nstarman <nstarman@users.noreply.github.com>
meeseeksmachine
pushed a commit
to meeseeksmachine/diffraxtra
that referenced
this pull request
Dec 10, 2025
nstarman
added a commit
that referenced
this pull request
Dec 10, 2025
Co-authored-by: Nathaniel Starkman <nstarman@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.