Skip to content

Changes to account for stricter Pyright#376

Merged
dtronmans merged 1 commit intomainfrom
fix/new-pyright
Apr 16, 2026
Merged

Changes to account for stricter Pyright#376
dtronmans merged 1 commit intomainfrom
fix/new-pyright

Conversation

@dtronmans
Copy link
Copy Markdown
Contributor

Purpose

PyRight released 1.1.409 recently https://github.com/microsoft/pyright/releases and the current CI fails because the inference/policy is stricter.

Reproduce locally before the fix on previous PyRight version:

  • Run PyRight on main: 0 errors should be visible
  • Run npm install -g pyright@1.1.409
  • Run npx pyright@1.1.409 --project pyproject.toml --pythonversion 3.10 and an error should appear

Specification

Dependencies & Potential Impact

Deployment Plan

Testing & Validation

@dtronmans dtronmans requested a review from a team as a code owner April 16, 2026 11:23
@dtronmans dtronmans requested review from conorsim, klemen1999, kozlov721 and tersekmatija and removed request for a team April 16, 2026 11:23
@github-actions github-actions Bot added the fix Fixing a bug label Apr 16, 2026
@dtronmans dtronmans merged commit 9d4e264 into main Apr 16, 2026
11 checks passed
@dtronmans dtronmans deleted the fix/new-pyright branch April 16, 2026 12:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

fix Fixing a bug

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants