Skip to content

Add non-blocking ty and pyrefly type checks to CI - #4401

Draft
garth-wells wants to merge 2 commits into
mainfrom
garth/py-typing
Draft

Add non-blocking ty and pyrefly type checks to CI#4401
garth-wells wants to merge 2 commits into
mainfrom
garth/py-typing

Conversation

@garth-wells

Copy link
Copy Markdown
Member

Summary

  • Adds ty and pyrefly as additional Python type checkers in the lint job of ccpp.yml, run alongside the existing mypy checks.
  • Both steps use continue-on-error: true so they report diagnostics without blocking the pipeline.

Test plan

  • Confirm the ty checks and pyrefly checks steps run in the lint job on this PR and show as non-blocking (yellow/warning) even with diagnostics present.
  • Confirm the rest of the lint job (ruff, clang-format, gersemi, mypy) is unaffected.

Runs alongside the existing mypy checks in the lint job, with
continue-on-error so failures are visible without blocking the pipeline.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
@jhale

jhale commented Aug 11, 2026

Copy link
Copy Markdown
Member

Typing fixes for pyrefly can be found on jhale/pyrefly, feel free to merge onto here.

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.

2 participants