Created
July 11, 2019 05:49
-
-
Save klanjabrik/59bdcd8cd5d82b62b39a06dfbf535d72 to your computer and use it in GitHub Desktop.
Pylint issue in Visual Studio
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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