Files
home-automation/.vscode/settings.json
T
2024-08-15 14:16:50 +02:00

15 lines
403 B
JSON

{
"[python]": {
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.fixAll": "explicit",
"source.organizeImports": "explicit"
},
"editor.defaultFormatter": "charliermarsh.ruff"
},
"python.testing.pytestArgs": [
"src/"
],
"python.testing.unittestEnabled": false,
"python.testing.pytestEnabled": true
}