Update VSCode settings
This commit is contained in:
parent
3387314575
commit
f1f6447609
8
.vscode/settings.json
vendored
Normal file
8
.vscode/settings.json
vendored
Normal file
@ -0,0 +1,8 @@
|
||||
{
|
||||
"editor.defaultFormatter": "ms-python.black-formatter",
|
||||
"python.testing.pytestArgs": [
|
||||
"tests"
|
||||
],
|
||||
"python.testing.unittestEnabled": false,
|
||||
"python.testing.pytestEnabled": true
|
||||
}
|
Loading…
Reference in New Issue
Block a user