{
"python.analysis.extraPaths": [
".",
"./modules",
"./scripts",
"./pipelines",
],
"python.analysis.typeCheckingMode": "off",
"editor.formatOnSave": false,
"python.REPL.enableREPLSmartSend": false
}