python-lsp/python-lsp-ruff

Expose CodeAction "Disable for this line" for non-autofixable errors

magnuslarsen opened this issue · 3 comments

Currently the CodeAction "Disable for this line" is only present if the error is flagged as autofix-able, but I'd like to have it for non-autofixable errors too.

It's a very minor convenience boost :-)

Thanks for a great plugin!
Magnus

I have added this feature in #35, can you pull and test this @magnuslarsen ?

I can confirm that is works - thanks you so much!

Great, I will merge and publish this in the upcoming release after #36 is solved!