ruff
ruff copied to clipboard
Add custom messages to the `Fix` API
In LSP extensions, the action prompt is, like, Fix F401. We can make these a lot more specific and actionable (e.g., Remove import Foo).
Looks related to #218.
Gonna start on this. I'll make it optional, and add a few common cases.