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,