File size: 338 Bytes
0887820 3b36068 0887820 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | {
"python.analysis.extraPaths": [
"./model",
"./functions/matrix_generator",
"./functions",
"./functions/data_extractor"
],
"git.autofetch": "all",
"git.blame.editorDecoration.enabled": true,
"git.enabled": true,
"dataWrangler.columnInsights.displayOnOpen": false,
"flake8.args": [
"--ignore=E501"
]
}
|