Files
Tagger/.vscode/settings.json
2025-09-24 14:30:23 +02:00

10 lines
188 B
JSON

{
"editor.rulers": [
80
],
"python.testing.pytestArgs": [
"tests"
],
"python.testing.unittestEnabled": false,
"python.testing.pytestEnabled": true
}