Start removing py files in this branch

This commit is contained in:
2024-09-09 13:11:28 +02:00
parent 2e9d88c8a8
commit 1a1e8106ec
6 changed files with 28 additions and 246 deletions

16
.vscode/settings.json vendored
View File

@@ -1,16 +0,0 @@
{
"[python]": {
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.fixAll": "explicit",
"source.organizeImports": "explicit"
},
"editor.defaultFormatter": "charliermarsh.ruff"
},
"python.testing.pytestArgs": [
"src/",
"${workspaceFolder}"
],
"python.testing.unittestEnabled": false,
"python.testing.pytestEnabled": true,
}