How to set diagnostics level for specific errors
fecet opened this issue · 2 comments
fecet commented
For example, how to set "E501"(Line too long) become a Hint level diagnostics?
jhossbach commented
This is currently not possible, but I plan to implement this soon, seeing that this is requested for ruff-lsp as well: astral-sh/ruff-lsp#82
fecet commented
Glad to hear that!