Skip to content

pylint still does not work by default #13096

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
johntmyers opened this issue Jul 22, 2020 · 1 comment
Closed

pylint still does not work by default #13096

johntmyers opened this issue Jul 22, 2020 · 1 comment

Comments

@johntmyers
Copy link

Issue Type: Bug

Pylint still does not work even when enabled under User and Workspace under settings. The only time pylint will work is by manually adding the setting to settings.json:

{
    "python.linting.pylintEnabled": true
}

Even then, the application may need to be restarted for it to work properly.

Flake8, et al do not have this problem.

My workspace settings:

image

Note the empty settings.json

Now an obvious import error that should be caught by pylint:

image

Notice there is no pylint error.

Now manually add the settings.

image

And I finally get the errors.

Extension version: 2020.7.94776
VS Code version: Code 1.47.2 (17299e413d5590b14ab0340ea477cdd86ff13daf, 2020-07-15T18:18:50.054Z)
OS version: Darwin x64 19.5.0

@ghost ghost added the triage-needed Needs assignment to the proper sub-team label Jul 22, 2020
@karthiknadig
Copy link
Member

This is duplicate of #7314

@ghost ghost removed the triage-needed Needs assignment to the proper sub-team label Jul 22, 2020
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Oct 11, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants