Update to 0.0.4

This commit is contained in:
2023-08-10 14:02:29 +02:00
parent 2c88730c14
commit cb2690dfdd
15 changed files with 255 additions and 240 deletions

View File

@@ -4,5 +4,11 @@
"tests"
],
"python.testing.unittestEnabled": false,
"python.testing.pytestEnabled": true
"python.testing.pytestEnabled": true,
"[markdown]": {
"editor.defaultFormatter": "DavidAnson.vscode-markdownlint"
},
"[toml]": {
"editor.defaultFormatter": "tamasfe.even-better-toml"
}
}