advent22/api/.vscode/settings.json

19 lines
418 B
JSON
Raw Normal View History

2022-10-07 23:50:20 +00:00
{
"git.closeDiffOnOperation": true,
2023-09-03 16:37:43 +00:00
"[python]": {
"editor.formatOnSave": true,
"editor.defaultFormatter": "charliermarsh.ruff",
"editor.codeActionsOnSave": {
"source.organizeImports": "explicit",
"source.fixAll": "explicit",
},
2023-09-03 16:37:43 +00:00
},
"python.testing.unittestEnabled": false,
"python.testing.pytestEnabled": true,
"ty.diagnosticMode": "workspace",
"ruff.nativeServer": "on",
}