Vscode format on save

maybe add a gitea action for this also
This commit is contained in:
2026-07-29 02:16:11 +02:00
parent 4ce98a2be6
commit ce79d99a8c

View File

@@ -1,4 +1,8 @@
{
"[python]": {
"editor.formatOnSave": true,
"editor.defaultFormatter": "charliermarsh.ruff"
},
"python.testing.pytestArgs": [
"test"
],