From fc61996dbbb9ec02ae06c733857beb8f4dc82d21 Mon Sep 17 00:00:00 2001 From: Steven Christe Date: Thu, 13 Oct 2022 13:07:46 -0400 Subject: [PATCH] setting path to black explicitly --- .vscode/settings.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 581bc5d..3d9e595 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,3 +1,4 @@ { - "esbonio.server.enabled": true + "esbonio.server.enabled": true, + "python.formatting.blackPath": "/usr/local/bin/black" } \ No newline at end of file