Minor fixes

This commit is contained in:
Andras Schmelczer 2022-06-26 12:22:31 +02:00
parent 5319a46ff7
commit 1ab6b096a2
No known key found for this signature in database
GPG key ID: 0EA1BC97D0AB076E
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": {