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",
|
2026-02-22 03:05:05 +00:00
|
|
|
"source.fixAll": "explicit"
|
|
|
|
|
}
|
2023-09-03 16:37:43 +00:00
|
|
|
},
|
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
|
|
|
|
2026-02-18 02:19:22 +00:00
|
|
|
"ty.diagnosticMode": "workspace",
|
2026-02-22 03:05:05 +00:00
|
|
|
"ruff.nativeServer": "on"
|
2026-02-15 18:27:29 +00:00
|
|
|
}
|