Skip to content

Instantly share code, notes, and snippets.

@klanjabrik
Created July 11, 2019 05:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save klanjabrik/59bdcd8cd5d82b62b39a06dfbf535d72 to your computer and use it in GitHub Desktop.
Save klanjabrik/59bdcd8cd5d82b62b39a06dfbf535d72 to your computer and use it in GitHub Desktop.
Pylint issue in Visual Studio
{
"python.linting.pylintEnabled": true,
"python.linting.enabled": true,
"python.pythonPath": "<path to folder your python executable is in>",
"python.linting.pylintArgs": [
"--init-hook",
"import sys; sys.path.append('<path to folder your module/package is in>')"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment