Add ty type checking with micropython exceptions#2
Draft
khlam wants to merge 2 commits into
Draft
Conversation
khlam
commented
May 28, 2026
|
|
||
| # Require a version bump when code/config changes inside a versioned scope. | ||
| # Modes: staged index vs HEAD, or --base <ref> for CI. | ||
| # todo: refactor and make this readable and much smaller |
Owner
Author
There was a problem hiding this comment.
refactor version bump script, reduce total lines, make it smaller
khlam
commented
May 28, 2026
Owner
Author
There was a problem hiding this comment.
review all agents rules in this PR?
khlam
commented
May 28, 2026
| # Ruff linter/formatter for Python | ||
| FROM ghcr.io/astral-sh/ruff:0.12.12@sha256:b23038588fb44f1adecd647dd19480e1861085eef790e1b0f3e30a6a89568033 AS ruff-lint | ||
| # Tool versions come from pyproject.toml + uv.lock. | ||
| FROM python:3.13-slim@sha256:b04b5d7233d2ad9c379e22ea8927cd1378cd15c60d4ef876c065b25ea8fb3bf3 AS python-lint-base |
Owner
Author
There was a problem hiding this comment.
remove image pinning, replace with CI checks?
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.
Overview
1–3 sentences describing the PR
What’s New
Describe what has been newly added to the codebase in this PR. If nothing, leave blank.
What Has Changed
Describe what functionality or formatting has changed (this is distinct from fixes). If nothing, leave blank.
What’s Fixed
Describe bugs that have been fixed in this PR. If nothing, leave blank.
Testing
Link to tests that have been added or updated to cover the changes.
Additional Information
Anything else? Add it or link it here.