Update boilerplate and .ai-instructions#82
Closed
hmgaudecker wants to merge 7 commits into
Closed
Conversation
- Switch .ai-instructions submodule URL to HTTPS, branch to main - Update submodule to latest main - Bump ruff hook v0.15.11 -> v0.15.13 - Add check-github-workflows hook - Add per-rule descriptions to all per-file-ignores - Bump setup-pixi v0.9.3 -> v0.9.5, pixi v0.62.2 -> v0.68.1 - Migrate CLAUDE.md content to AGENTS.md, shrink CLAUDE.md to @AGENTS.md - Add GEMINI.md (@AGENTS.md) for Gemini CLI / roborev
Codecov Report❌ Patch coverage is
📢 Thoughts on this report? Let us know! |
- pixi 0.68.1 -> 0.69.0 in CI - pre-commit: pyproject-fmt 2.21.1->2.21.2, ruff 0.15.13->0.15.14 - ty pinned to 0.0.23: 0.0.39 flags a real but out-of-scope type-narrowing issue in `_sort_dataset_merging_information` - pixi.lock regenerated with pixi 0.69.0 so `pixi run --locked` is back-current Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
…fix module) Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
ty 0.0.39 narrows TypedDict-valued dict literals more strictly than 0.0.23, so `_get_sorted_dataset_merging_information` needs an explicit annotation on the accumulator dict for the narrowing to match the function's return type. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
Collaborator
Author
|
Superseded by #86 |
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.
Summary
.ai-instructionssubmodule to40e0ac6(beartype rollout module + the claw callable-instance gotcha).soep-preparation is a pytask data-pipeline project; per
beartype.mdit is intentionally not in scope for the beartype claw — this PR is boilerplate/instructions only.Test plan