Bump ai-instructions; refresh pre-commit pins and re-sync both ty pins - #9
Open
hmgaudecker wants to merge 1 commit into
Open
Bump ai-instructions; refresh pre-commit pins and re-sync both ty pins#9hmgaudecker wants to merge 1 commit into
hmgaudecker wants to merge 1 commit into
Conversation
Move the `.ai-instructions` submodule to the current tip and run `prek autoupdate`: pyproject-fmt v2.25.0 -> v2.27.1, ruff v0.15.19 -> v0.16.3. `autoupdate` only rewrites remote `rev:` fields, so neither local ty hook's `additional_dependencies` pin moves with it. Set both to 0.0.71, matching the rest of the family, as their comments ask. Crossing ruff 0.16 promotes `CPY001` out of preview, which `select = ["ALL"]` picks up on `conftest.py`; it joins `extend-ignore`. ty still reports findings, all of them inside the workspace's subprojects rather than here: ttsim's `missing-argument` set (unchanged on its own branch, see ttsim-dev/ttsim#149) and soep-preparation's. Reproducing either needs `pixi install -e py314 -e py314-jax` first. Co-Authored-By: Claude Opus 5 <noreply@anthropic.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.
Moves
.ai-instructionsto the current tip and runsprek autoupdate:pyproject-fmt
v2.25.0→v2.27.1, ruffv0.15.19→v0.16.3.autoupdaterewrites remoterev:fields only, so neither local ty hook'sadditional_dependenciespin moves with it. Both go to0.0.71, matching the rest of thefamily, as their comments ask.
CPY001left preview in ruff 0.16 and fires onconftest.py; added toextend-ignore.pixi.lockis regenerated — the diff is a pixi 0.76 format change (addedvirtual-packagesblocks), not a dependency change. This repo has no CI, so nothing pins an older pixi.
The workspace was pointing at the wrong ttsim
ttsim-backend = { path = "ttsim", editable = true }overrides the git pin gettsim declares,so which ttsim you get is whatever the sibling clone is checked out on. gettsim moved to
gep10-rollouton 2026-07-28; the ttsim clone had sat onmainsince 2026-06-24 and was neverswitched. gettsim's own
pyproject.tomlpinsttsim-backend = { branch = "gep10-infra-1-dimensional-core" }, somainwas simply wrong.With ttsim on the branch gettsim actually asks for, ty's
unknown-argumentcount here goesfrom 1532 to 0.
Remaining ty findings all belong to subprojects
ttsim/soep-preparation/sklearn.linear_model, absent from this workspace's envNone are in dev-gettsim's own code.
Follow-up worth considering: this workspace typechecks soep-preparation but does not depend
on scikit-learn, so those 6 imports cannot resolve here by construction. Adding it to
[tool.pixi.dependencies]would close that gap.Reproducing any of this needs
pixi install -e py314 -e py314-jaxfirst — a stale environmentreports hundreds of diagnostics that say nothing about the code.
🤖 Generated with Claude Code