{ "editor.rulers": [ 120 ], "editor.formatOnSave": true, "python.formatting.provider": "black", "python.linting.lintOnSave": true, "python.linting.flake8Enabled": true, "python.analysis.autoImportCompletions": false, "python.sortImports.args": [ "--profile", "black" ], "[python]": { "gitlens.codeLens.symbolScopes": [ "!Module" ], "editor.wordBasedSuggestions": "off", "editor.codeActionsOnSave": { "source.organizeImports": "explicit" } }, "editor.foldingMaximumRegions": 10000 }