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
Currently, these error codes are reported with the Warning severity level by Flake8 plugin instead of Error level, same issue as #220 for E999 code.
For now, I have to keep pycodestyle, PyFlakes and McCabe plugins in my LSP client configuration instead of using Flake8 plugin, to have the correct Warning/Error codes.