mirror of
https://code.lenaisten.de/Lenaisten/advent22.git
synced 2026-02-25 10:30:16 +00:00
- remove legacy "poetry.lock", "main.py" - flesh out launch.json to use only "fastapi-cli" - remove unneeded lines from "settings.json" - rework main "Dockerfile" for "uv" compliance - update ".dockerignore"
18 lines
418 B
JSON
18 lines
418 B
JSON
{
|
|
"git.closeDiffOnOperation": true,
|
|
|
|
"[python]": {
|
|
"editor.formatOnSave": true,
|
|
"editor.defaultFormatter": "charliermarsh.ruff",
|
|
"editor.codeActionsOnSave": {
|
|
"source.organizeImports": "explicit",
|
|
"source.fixAll": "explicit",
|
|
},
|
|
},
|
|
|
|
"python.testing.unittestEnabled": false,
|
|
"python.testing.pytestEnabled": true,
|
|
|
|
"ty.diagnosticMode": "workspace",
|
|
"ruff.nativeServer": "on",
|
|
}
|