2025-09-08 10:14:22 +02:00
|
|
|
{
|
2025-09-24 14:30:23 +02:00
|
|
|
"editor.rulers": [
|
|
|
|
|
80
|
|
|
|
|
],
|
|
|
|
|
"python.testing.pytestArgs": [
|
|
|
|
|
"tests"
|
|
|
|
|
],
|
|
|
|
|
"python.testing.unittestEnabled": false,
|
2026-04-09 18:04:37 +02:00
|
|
|
"python.testing.pytestEnabled": true,
|
|
|
|
|
"python-envs.defaultEnvManager": "ms-python.python:poetry",
|
|
|
|
|
"python-envs.defaultPackageManager": "ms-python.python:poetry"
|
2025-09-08 10:14:22 +02:00
|
|
|
}
|