Skip to content

Add ty type checking with micropython exceptions#2

Draft
khlam wants to merge 2 commits into
mainfrom
feature/ci
Draft

Add ty type checking with micropython exceptions#2
khlam wants to merge 2 commits into
mainfrom
feature/ci

Conversation

@khlam
Copy link
Copy Markdown
Owner

@khlam khlam commented May 28, 2026

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.

@khlam khlam self-assigned this 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
Copy link
Copy Markdown
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

refactor version bump script, reduce total lines, make it smaller

Comment thread AGENTS.md
Copy link
Copy Markdown
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

review all agents rules in this PR?

Comment thread Dockerfile.linters
# 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
Copy link
Copy Markdown
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

remove image pinning, replace with CI checks?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant