{ "editor.formatOnSave": true, "editor.defaultFormatter": "ms-python.python", "python.formatting.provider": "black", "python.formatting.blackArgs": ["--line-length", "88"], "[python]": { "editor.defaultFormatter": "ms-python.python", "editor.formatOnSave": true } }