mirror of
https://github.com/qurator-spk/modstool.git
synced 2025-06-25 11:39:54 +02:00
8 lines
No EOL
186 B
JSON
8 lines
No EOL
186 B
JSON
{
|
|
"python.formatting.provider": "black",
|
|
"python.testing.pytestArgs": [
|
|
"."
|
|
],
|
|
"python.testing.unittestEnabled": false,
|
|
"python.testing.pytestEnabled": true
|
|
} |