Files
trading-journal/backend/.vscode/settings.json
Tianyu Liu 92c4e0d4fc
All checks were successful
Backend CI / unit-test (push) Successful in 35s
refine type checking
2025-09-23 17:37:14 +02:00

16 lines
457 B
JSON

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