From 9c2d6ae515a4424a4c738a9b858f63ba6c70cad4 Mon Sep 17 00:00:00 2001 From: ludeeus Date: Sun, 12 Feb 2023 08:46:54 +0000 Subject: [PATCH] Fix format on save --- .devcontainer.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.devcontainer.json b/.devcontainer.json index 74c92f5..5fda428 100644 --- a/.devcontainer.json +++ b/.devcontainer.json @@ -21,6 +21,7 @@ "python.linting.pylintEnabled": true, "python.linting.enabled": true, "python.formatting.provider": "black", + "python.formatting.blackPath": "/usr/local/py-utils/bin/black", "editor.formatOnPaste": false, "editor.formatOnSave": true, "editor.formatOnType": true,