| { | |
| "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" | |
| ] | |
| } | |