Skip to content

Fix CI: basedpyright --level error#222

Merged
RafaelPo merged 1 commit into
mainfrom
fix/mcp-ci-pyright-level
Feb 25, 2026
Merged

Fix CI: basedpyright --level error#222
RafaelPo merged 1 commit into
mainfrom
fix/mcp-ci-pyright-level

Conversation

@RafaelPo

Copy link
Copy Markdown
Contributor

Summary

  • basedpyright exits with code 1 when warnings exist, even with 0 errors
  • Add --level error flag so only actual type errors fail the CI checks job
  • This was blocking all staging/production deploys since the basedpyright step was added

Test plan

  • basedpyright --project . --level error exits 0 locally
  • Merge and trigger deploy to verify

🤖 Generated with Claude Code

basedpyright exits with code 1 when warnings exist, even with 0
errors. Add --level error so only actual type errors fail the build.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@RafaelPo RafaelPo merged commit 259c42e into main Feb 25, 2026
2 checks passed
@RafaelPo RafaelPo deleted the fix/mcp-ci-pyright-level branch February 25, 2026 14:06
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