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
So the default value should be false. It seems that it is indeed missing from the schema.json file; please feel free to submit a PR to update the schema and update the OCNFIGURATION.md using the schema file (see https://github.com/python-lsp/python-lsp-server#development).
Hi 👋
From reading the 3rd-party plugins section, it seems that the preferred method to lint with
flake8
is by installing the https://github.com/emanspeaks/pyls-flake8 plugin. On the other hand I see there is already a flake8 plugin in this repo: pylsp/plugins/flake8_lint.py. Which one should I use?If the pylsp/plugins/flake8_lint.py plugin is the preferred one. I can send a PR to update the CONFIGURATION.md to enable flake8 linting, e.g:
pylsp.plugins.flake8.enabled
boolean
true
The text was updated successfully, but these errors were encountered: