Day 1 completed

This commit is contained in:
2024-12-01 15:02:34 +01:00
commit 5e782cf3d7
6 changed files with 59 additions and 0 deletions

11
.vscode/settings.json vendored Normal file
View File

@@ -0,0 +1,11 @@
{
"[python]": {
"editor.formatOnSave": true,
"editor.defaultFormatter": "charliermarsh.ruff",
"editor.codeActionsOnSave": {
"source.organizeImports": "explicit"
}
},
"ruff.nativeServer": "on",
"ruff.lineLength": 119
}