Minor fixes

This commit is contained in:
Andras Schmelczer 2022-06-26 12:22:31 +02:00
parent e3fba37fdb
commit 6aeb725038
5 changed files with 5 additions and 6 deletions

4
.vscode/tasks.json vendored
View file

@ -2,7 +2,7 @@
"version": "2.0.0",
"tasks": [
{
"label": "Format and lint Python",
"label": "Format and lint",
"type": "shell",
"command": "source .env/bin/activate && scripts/format-python.sh .",
"windows": {
@ -18,7 +18,7 @@
}
},
{
"label": "Test Python",
"label": "Test",
"type": "shell",
"command": "source .env/bin/activate && python3 -m pytest .",
"windows": {