Skip to content

Fix last reportUndefinedVariable error#2326

Merged
Avasam merged 6 commits intomhammond:mainfrom
Avasam:Fix-last-unbound-error
Oct 13, 2024
Merged

Fix last reportUndefinedVariable error#2326
Avasam merged 6 commits intomhammond:mainfrom
Avasam:Fix-last-unbound-error

Conversation

@Avasam
Copy link
Copy Markdown
Collaborator

@Avasam Avasam commented Jul 26, 2024

Missed in #2270 , finally allows enabling pyright's reportUndefinedVariable as error which caught all those.

@Avasam Avasam requested a review from mhammond July 26, 2024 19:00
@Avasam Avasam changed the title Fix last unbound error Fix last undefined error Jul 26, 2024
@Avasam Avasam changed the title Fix last undefined error Fix last reportUndefinedVariable error Jul 26, 2024
Comment thread pyrightconfig.json
"reportOptionalMemberAccess": "warning",
"reportOptionalSubscript": "warning",
// TODO: Leave Unbound/Undefined to their own PR(s)
"reportUnboundVariable": "warning",
Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

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

@Avasam Avasam closed this Jul 27, 2024
@Avasam Avasam reopened this Jul 27, 2024
Comment thread CHANGES.txt Outdated
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