Minor fixes
This commit is contained in:
parent
e3fba37fdb
commit
6aeb725038
5 changed files with 5 additions and 6 deletions
4
.vscode/tasks.json
vendored
4
.vscode/tasks.json
vendored
|
|
@ -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": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue