use uv instead of poetry

This commit is contained in:
2024-09-13 14:12:37 +02:00
parent f50a36c4d0
commit 508ece6074
5 changed files with 108 additions and 149 deletions

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

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