Files
Tagger/.vscode/settings.json

10 lines
188 B
JSON
Raw Normal View History

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,
"python.testing.pytestEnabled": true
2025-09-08 10:14:22 +02:00
}