From ab503405952645ce82c2c2b60071275fa98c67b0 Mon Sep 17 00:00:00 2001 From: poka Date: Sat, 9 Sep 2023 04:26:50 +0200 Subject: [PATCH] update vscode settings --- .vscode/settings.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 3de6811..6ec1495 100755 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,3 +1,7 @@ { - "python.pythonPath": "/usr/bin/python3.9" + "python.pythonPath": "/usr/bin/python3.9", + "[python]": { + "editor.defaultFormatter": "ms-python.black-formatter" + }, + "python.formatting.provider": "none" } \ No newline at end of file