Replace mypy with ty - #178
Merged
Merged
Conversation
jezdez
force-pushed
the
fix/migrate-to-ty
branch
5 times, most recently
from
September 4, 2026 19:37
207add5 to
5f33c59
Compare
jezdez
force-pushed
the
fix/migrate-to-ty
branch
2 times, most recently
from
September 7, 2026 10:09
d427703 to
ff60056
Compare
jezdez
changed the base branch from
fix/issue-150-snapshot-artifacts
to
fix/clarify-conda-terminology
September 7, 2026 10:09
jezdez
force-pushed
the
fix/migrate-to-ty
branch
2 times, most recently
from
September 7, 2026 10:28
bc3d8df to
d241a0a
Compare
jezdez
force-pushed
the
fix/migrate-to-ty
branch
from
September 7, 2026 10:46
d241a0a to
f1524ed
Compare
jezdez
marked this pull request as ready for review
September 7, 2026 11:15
jezdez
force-pushed
the
fix/migrate-to-ty
branch
from
September 9, 2026 09:23
f1524ed to
6cc5025
Compare
travishathaway
approved these changes
Sep 9, 2026
jezdez
force-pushed
the
fix/migrate-to-ty
branch
from
September 9, 2026 16:45
6cc5025 to
eeb27ca
Compare
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.
Description
This replaces mypy with
ty0.0.78 for the project source and tests. A dedicated Pixi environment supplies Conda and pytest sotyresolves the same imports used at runtime. Its Conda 26.5 minimum is limited to the type-checking environment because that release corrected the subcommand and test fixture annotations.Local pre-commit runs the Pixi task. pre-commit.ci skips that local hook because it does not provide Pixi, so the test workflow now has a separate
Type checkjob. The pull request target restriction is also removed from that workflow so upper PRs in a GitHub stack receive checks before their parent merges.Stacked on #181.
Checklist - did you ...
Add a file to theNot needed for development tooling.newsdirectory (using the template) for the next release's release notes?