11 lines
264 B
JSON
Executable File
11 lines
264 B
JSON
Executable File
{
|
|
"[python]": {
|
|
"editor.defaultFormatter": "charliermarsh.ruff",
|
|
"editor.formatOnSave": true,
|
|
},
|
|
"python.testing.pytestArgs": [
|
|
"src"
|
|
],
|
|
"python.testing.unittestEnabled": false,
|
|
"python.testing.pytestEnabled": true
|
|
} |