Update ref version to v0.8.20 and add renovate template#78
Conversation
| repository: "jebel-quant/rhiza" | ||
| ref: "v0.8.16" | ||
| ref: "v0.8.20" | ||
|
|
||
| templates: | ||
| - github | ||
| - tests | ||
| - legal | ||
| - book | ||
|
|
||
| - renovate |
There was a problem hiding this comment.
.rhiza/template.yml now pins Rhiza ref to v0.8.20 and adds the renovate template, but the checked-in .rhiza/template.lock is still pinned to ref: v0.8.16 and doesn’t include renovate in its template list. This leaves the repo in an inconsistent state for deterministic syncs. Please regenerate/update template.lock (via the project’s Rhiza sync/lock workflow) so it matches the updated template.yml (new ref + templates).
Reconfigure stdout to UTF-8 at the start of main() so that ✓ and ✗ can be printed on Windows systems where the default encoding is cp1252. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Replace hasattr with isinstance(sys.stdout, io.TextIOWrapper) so ty can resolve the reconfigure method type correctly. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
@copilot Is this PR changing the API? |
No, this PR does not change the API. The only Python source change is an internal bug fix inside |
No description provided.