{ "[python]": { "editor.codeActionsOnSave": { "source.organizeImports": "always" }, "editor.defaultFormatter": "ms-python.black-formatter" }, "isort.args": ["--profile", "black"], "notebook.lineNumbers": "on" }