Created
September 6, 2018 13:16
-
-
Save Maddosaurus/9ddff15846785d7ff0ab1d255d0c28ce to your computer and use it in GitHub Desktop.
Python Pylint fix for E0401 in Visual Studio Code
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
[MASTER] | |
init-hook='import sys; sys.path.append("/FQDN/to/your/module/root")' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This file is to be placed / merged with your own in the project root folder.
Most important: One mustn't use variables like "~" in the path but give the full path denoted by i.e.
pwd
.Try to play around with the exact folder path; VSCode reruns pylint after every change of
.pylint
.