python-lsp/python-lsp-ruff

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?

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!