You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey,
If I understand the error codes in the flake8 documentation correctly, there is only one error with code E999 for general syntax errors. Is it possible to change the LSP severity level for this error to 1 instead of 2 as this is an actual error in the code?
The text was updated successfully, but these errors were encountered:
Hey @jhossbach, thanks for reporting. I don't know if that's possible but the configuration options for the server are here. And the way to configure it depends on your editor or IDE.
Hey,
If I understand the error codes in the flake8 documentation correctly, there is only one error with code E999 for general syntax errors. Is it possible to change the LSP severity level for this error to 1 instead of 2 as this is an actual error in the code?
The text was updated successfully, but these errors were encountered: