mirror of https://github.com/astral-sh/ruff
## Summary Originally I planned to feed this in as a `fix` but I realized that we probably don't want to be trying to resolve import suggestions while we're doing type inference. Thus I implemented this as a fallback when there's no fixes on a diagnostic, which can use the full lsp machinery. Fixes https://github.com/astral-sh/ty/issues/1552 ## Test Plan Works in the IDE, added some e2e tests. |
||
|---|---|---|
| .. | ||
| snapshots | ||
| code_actions.rs | ||
| commands.rs | ||
| initialize.rs | ||
| inlay_hints.rs | ||
| main.rs | ||
| notebook.rs | ||
| publish_diagnostics.rs | ||
| pull_diagnostics.rs | ||