Files
gatekeeper/.vscode/settings.json
ahtlon ce79d99a8c Vscode format on save
maybe add a gitea action for this also
2026-07-29 02:16:11 +02:00

11 lines
264 B
JSON

{
"[python]": {
"editor.formatOnSave": true,
"editor.defaultFormatter": "charliermarsh.ruff"
},
"python.testing.pytestArgs": [
"test"
],
"python.testing.unittestEnabled": false,
"python.testing.pytestEnabled": true
}