From 13211619276fc81f1feb8ce45b64a6df47a16e41 Mon Sep 17 00:00:00 2001 From: Scott Cooper Date: Mon, 25 Oct 2021 13:43:34 -0700 Subject: [PATCH] chore(dx): Add bin path for black in vscode --- .vscode/settings.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.vscode/settings.json b/.vscode/settings.json index d32b9744a3b71a..b854df9c971e74 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -68,5 +68,6 @@ "python.linting.flake8Path": "${workspaceFolder}/.venv/bin/flake8", "python.linting.pycodestylePath": "${workspaceFolder}/.venv/bin/pep8", "python.testing.pytestPath": "${workspaceFolder}/.venv/bin/pytest", + "python.formatting.blackPath": "${workspaceFolder}/.venv/bin/black", "python.formatting.provider": "black" }