2022-10-07 23:50:20 +00:00
|
|
|
{
|
2026-02-15 18:27:29 +00:00
|
|
|
"git.closeDiffOnOperation": true,
|
|
|
|
|
|
2023-09-03 16:37:43 +00:00
|
|
|
"[python]": {
|
2026-02-15 18:27:29 +00:00
|
|
|
"editor.formatOnSave": true,
|
2026-02-18 02:19:22 +00:00
|
|
|
"editor.defaultFormatter": "charliermarsh.ruff",
|
2026-02-15 18:27:29 +00:00
|
|
|
"editor.codeActionsOnSave": {
|
|
|
|
|
"source.organizeImports": "explicit",
|
|
|
|
|
"source.fixAll": "explicit",
|
|
|
|
|
},
|
2023-09-03 16:37:43 +00:00
|
|
|
},
|
2026-02-15 18:27:29 +00:00
|
|
|
|
2026-02-18 02:19:22 +00:00
|
|
|
// "python.analysis.autoImportCompletions": true,
|
|
|
|
|
// "python.analysis.importFormat": "relative",
|
|
|
|
|
// "python.analysis.fixAll": [
|
|
|
|
|
// "source.convertImportFormat",
|
|
|
|
|
// "source.unusedImports",
|
|
|
|
|
// ],
|
|
|
|
|
// "python.analysis.typeCheckingMode": "basic",
|
|
|
|
|
// "python.analysis.diagnosticMode": "workspace",
|
2026-02-15 18:27:29 +00:00
|
|
|
|
2023-09-14 23:36:20 +00:00
|
|
|
"python.testing.unittestEnabled": false,
|
|
|
|
|
"python.testing.pytestEnabled": true,
|
2026-02-15 18:27:29 +00:00
|
|
|
"python.testing.pytestArgs": [
|
|
|
|
|
"--import-mode=importlib",
|
|
|
|
|
"test",
|
|
|
|
|
],
|
|
|
|
|
|
2026-02-18 02:19:22 +00:00
|
|
|
"ty.diagnosticMode": "workspace",
|
|
|
|
|
"ruff.nativeServer": "on",
|
2026-02-15 18:27:29 +00:00
|
|
|
}
|