Argument: Specifies what files and folders should be checked (car.py and test in this example) and sets the output format for pylint errors.
Example: vscode flake8 import other dir
"python.linting.pylintArgs": [
"--init-hook",
"import sys; sys.path.append('<path to folder your module is in>')"
]