From 015aa68798248b064ed027c0649233cf01c434e9 Mon Sep 17 00:00:00 2001 From: Jai Dhyani Date: Mon, 12 Feb 2024 20:15:22 -0800 Subject: [PATCH] vscode now uses black from venv instead of bringing its own and causing conflicts (#28) --- .vscode/settings.json | 1 + 1 file changed, 1 insertion(+) diff --git a/.vscode/settings.json b/.vscode/settings.json index 934a143e..5a69a6b6 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -7,4 +7,5 @@ "source.organizeImports": "explicit" }, "python.analysis.typeCheckingMode": "basic", + "black-formatter.importStrategy": "fromEnvironment", } \ No newline at end of file