2024-07-16 15:55:45 +02:00
|
|
|
{
|
|
|
|
|
"[python]": {
|
|
|
|
|
"editor.formatOnSave": true,
|
|
|
|
|
"editor.codeActionsOnSave": {
|
|
|
|
|
"source.fixAll": "explicit",
|
|
|
|
|
"source.organizeImports": "explicit"
|
|
|
|
|
},
|
|
|
|
|
"editor.defaultFormatter": "charliermarsh.ruff"
|
2024-08-15 14:16:50 +02:00
|
|
|
},
|
|
|
|
|
"python.testing.pytestArgs": [
|
2024-08-28 22:53:58 +02:00
|
|
|
"src/",
|
|
|
|
|
"${workspaceFolder}"
|
2024-08-15 14:16:50 +02:00
|
|
|
],
|
|
|
|
|
"python.testing.unittestEnabled": false,
|
2024-08-28 22:53:58 +02:00
|
|
|
"python.testing.pytestEnabled": true,
|
2024-07-16 15:55:45 +02:00
|
|
|
}
|