-
Notifications
You must be signed in to change notification settings - Fork 219
Closed
astral-sh/ruff
#23249Labels
completionsBugs or features relating to autocomplete suggestionsBugs or features relating to autocomplete suggestionsserverRelated to the LSP serverRelated to the LSP server
Description
Specifically, the auto-import AST scanner will assume that all conditionals are true. This could lead to some symbols not being declared as exported when they ought to be.
Instead, we might consider preferring false positives to false negatives by unioning __all__ definitions in such cases. We might suggest some things incorrectly, but thisis probably better than not suggesting correct symbols.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
completionsBugs or features relating to autocomplete suggestionsBugs or features relating to autocomplete suggestionsserverRelated to the LSP serverRelated to the LSP server