chore: sync index.py, clear done deferred item, fix ty 0.0.54 drift#241
Merged
Conversation
Pick up the canonical index.py fresh-adopt guard (tolerate a missing changes/ dir) so the vendored file is byte-identical to lesnik512/planning-convention again, and remove the now-completed 'roll the convention into sibling repos' entry from deferred.md (the org-wide rollout shipped 2026-06-25).
ty 0.0.54 (released 2026-06-25) refined its analysis of method reassignment, so the three # ty: ignore[invalid-assignment] directives on Container.resolve_provider = _baseline_resolve_provider in the override benchmark are now flagged as unused. Since uv.lock floats (untracked), CI picks up the new ty and main's lint job goes red independently of any change. Remove the now-unused directives.
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.
Cleanups after the org-wide convention rollout, plus an unrelated CI-unblock:
planning/index.pyto canonical. modern-di was merged before the canonicalindex.pygained its fresh-adopt guard (tolerate a missingchanges/dir). Re-vendor so it's byte-identical tolesnik512/planning-convention. No behavior change (modern-di haschanges/).deferred.mdentry — the 'roll the convention into sibling repos' work shipped 2026-06-25.# ty: ignore[invalid-assignment]directives inbenchmarks/test_bench_override_fastpath.py. ty 0.0.54 (released today) no longer needs them; sinceuv.lockfloats, CI's fresh ty install mademaingo red on its own. This unblocks lint.just lint-cigreen locally under ty 0.0.54.