Answers for "vscode flake8 import other dir"

0

vscode flake8 import other dir

"python.linting.pylintArgs": [
    "--init-hook",
    "import sys; sys.path.append('<path to folder your module is in>')"
]
Posted by: Guest on June-11-2020

Browse Popular Code Answers by Language