doc: Update recommended settings for Python formatting (VS Code 1.85)

This commit is contained in:
Eduardo Almeida
2023-12-08 15:22:06 +00:00
parent 5144ee875e
commit ba330d367f

View File

@@ -1615,7 +1615,7 @@ add the following configuration to ``.vscode/settings.json``:
"[python]": {
"editor.defaultFormatter": "ms-python.black-formatter",
"editor.codeActionsOnSave": {
"source.organizeImports": true,
"source.organizeImports": "explicit",
},
},
"black-formatter.args": [