Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix last reportUndefinedVariable error #2326

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

Avasam
Copy link
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
@@ -37,9 +37,7 @@
"reportOptionalIterable": "warning",
"reportOptionalMemberAccess": "warning",
"reportOptionalSubscript": "warning",
// TODO: Leave Unbound/Undefined to their own PR(s)
"reportUnboundVariable": "warning",
Copy link
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
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