build: copier update from template 0.29.1#176
Merged
ichoosetoaccept merged 1 commit intomainfrom Feb 18, 2026
Merged
Conversation
Member
Author
This stack of pull requests is managed by Graphite. Learn more about stacking. |
Greptile SummaryUpdates copier template from 0.27.11 to 0.29.1, bringing project tooling and configuration in sync with latest template standards. Key improvements include a new CI status check job, streamlined documentation, enhanced ruff linting rules with better organization, and improved git hook output handling. Major changes:
Confidence Score: 4/5
Important Files Changed
Flowchartflowchart TD
A[CI Trigger] --> B[links job]
A --> C[quality job]
A --> D[tests job]
B --> E[ci-pass job]
C --> E
D --> E
E --> F{Check all jobs<br/>using alls-green}
F -->|All passed or<br/>allowed-skips| G[✓ CI Pass]
F -->|Any required<br/>job failed| H[✗ CI Fail]
style E fill:#e1f5e1
style G fill:#90EE90
style H fill:#FFB6C6
Last reviewed commit: 44747e2 |
4 tasks
03f4e4a to
f79a621
Compare
f79a621 to
44747e2
Compare
Member
Author
Merge activity
|
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
Syncs project tooling with copier template v0.29.1. Key changes:
.copier-answers.yml: Setcli_framework: none(wastyper, but cyclopts comes transitively from fastmcp)typerdep frompyproject.tomlci-passaggregation job in GitHub Actions for cleaner status checksFURB/FLY/PGHrules,S404in test ignores,TRY003globally ignored-qflag,verbose: truefor better output/dev/ttywhen available to bypass hook runner capture# noqa: S404fromtests/test_gh.py(now covered by per-file-ignores)Checklist
poe checkpasses