This commit is contained in:
2025-12-14 18:14:07 -06:00
parent 9d45d5db88
commit a0b6e00a31
38 changed files with 969 additions and 932 deletions

20
.vscode/settings.json vendored
View File

@@ -1,16 +1,16 @@
{
"python.languageServer": "None",
"cSpell.words": [
"traefik"
],
"editor.formatOnSave": true,
"[python]": {
"editor.formatOnType": true,
"editor.codeActionsOnSave": {
"source.organizeImports": "explicit",
"source.unusedImports": "explicit"
}
},
"terminal.integrated.env.linux": {
"PYTHONPATH": "${workspaceFolder}/src"
"source.fixAll.ruff": "explicit",
"source.organizeImports.ruff": "explicit"
},
"editor.defaultFormatter": "charliermarsh.ruff"
},
"cSpell.words": [
"certresolver",
"traefik",
"websecure"
]
}