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.
The text was updated successfully, but these errors were encountered:
lcheylus
added a commit
to lcheylus/python-lsp-server
that referenced
this issue
Jun 29, 2022
Flake8 uses Fxxx for error codes generated by PyFlakes, see https://flake8.pycqa.org/en/latest/user/error-codes.html and https://flake8.pycqa.org/en/latest/glossary.html#term-error-code
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.
The text was updated successfully, but these errors were encountered: