-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Closed
Labels
addressed in next versionIssue is fixed and will appear in next published versionIssue is fixed and will appear in next published versionenhancement requestNew feature or requestNew feature or request
Description
Is your feature request related to a problem? Please describe.
There are many issues about the false positive "possibly unbound" diagnostics, like #3041 and #4087. I know it is designed but these false positive cases greatly bother me. Meanwhile, I don't want to suppress the "certainly" unbound diagnostics, which always mean a bug.
Describe the solution you’d like
Separate "possibly unbound" and "certainly unbound" diagnostics, so that I can write a pyrightconfig.json like
{
"reportCertainlyUnboundVariable": "error",
"reportPossiblyUnboundVariable": "information",
}Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
addressed in next versionIssue is fixed and will appear in next published versionIssue is fixed and will appear in next published versionenhancement requestNew feature or requestNew feature or request