From 0f245c516abb46cf060b687ef387767d49184579 Mon Sep 17 00:00:00 2001 From: "Michael J. Roberts" <84131395+michealroberts@users.noreply.github.com> Date: Fri, 9 Feb 2024 13:59:45 +0000 Subject: [PATCH] chore: Updated settings.json { python } settings in @observerly/perseus. chore: Updated settings.json { python } settings in @observerly/perseus. --- .vscode/settings.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 8a99957..28dd9c7 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,6 +1,6 @@ { "editor.formatOnSave": true, - "python.formatting.provider": "black", + "python.formatting.provider": "none", "python.formatting.blackArgs": [ "--line-length=88" ], @@ -16,9 +16,10 @@ ], "[python]": { "editor.codeActionsOnSave": { - "source.organizeImports": true + "source.organizeImports": "explicit" }, - "editor.formatOnPaste": false + "editor.formatOnPaste": false, + "editor.defaultFormatter": "ms-python.black-formatter" }, "yaml.schemas": { "https://json.schemastore.org/github-workflow.json": "file:///Users/michael/Developer/observerly/perseus/.github/workflows/deploy.yml"