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 the after installing the extension we prompt users to Install Pylint, presenting it as the only option when in fact users can modify their configuration to use Flake8, Pep8, mypy, pydocstyle, prospector and pylama.
Instead, we will prompt users to Configure Linting, which will invoke a new “Configure Linting” command giving them the choice of linting choice. It will be clear what our recommended defaults is in the list of options, so that new users have an easy time setting it up.
The text was updated successfully, but these errors were encountered:
Currently the after installing the extension we prompt users to Install Pylint, presenting it as the only option when in fact users can modify their configuration to use Flake8, Pep8, mypy, pydocstyle, prospector and pylama.
Instead, we will prompt users to Configure Linting, which will invoke a new “Configure Linting” command giving them the choice of linting choice. It will be clear what our recommended defaults is in the list of options, so that new users have an easy time setting it up.
The text was updated successfully, but these errors were encountered: