how to configure flake8 in vscdoe code example
Example: vscode flake8 import other dir
"python.linting.pylintArgs": [
"--init-hook",
"import sys; sys.path.append('')"
]
"python.linting.pylintArgs": [
"--init-hook",
"import sys; sys.path.append('')"
]