Update .vscode

This commit is contained in:
Lukáš Kucharczyk 2023-09-30 16:25:05 +02:00
parent c07f966cf1
commit aae09a913c
1 changed files with 5 additions and 2 deletions

View File

@ -4,5 +4,8 @@
],
"python.testing.unittestEnabled": false,
"python.testing.pytestEnabled": true,
"python.analysis.typeCheckingMode": "basic"
"python.analysis.typeCheckingMode": "basic",
"[python]": {
"editor.defaultFormatter": "ms-python.black-formatter"
},
}