1
0
Fork 0
mirror of https://github.com/qurator-spk/modstool.git synced 2025-06-25 11:39:54 +02:00
modstool/.vscode/settings.json

8 lines
186 B
JSON
Raw Normal View History

2022-04-05 14:24:08 +02:00
{
2025-06-11 15:49:09 +02:00
"python.formatting.provider": "black",
"python.testing.pytestArgs": [
"."
],
"python.testing.unittestEnabled": false,
"python.testing.pytestEnabled": true
2022-04-05 14:24:08 +02:00
}