Minor fixes

Signed-off-by: András Schmelczer <andras@schmelczer.dev>
This commit is contained in:
Andras Schmelczer 2022-04-10 12:59:05 +02:00
parent d488627376
commit 4b72bddeb9
17 changed files with 73 additions and 60 deletions

View file

@ -6,6 +6,7 @@
"inplace",
"levelno",
"plotly",
"psutil",
"pydantic",
"pyplot",
"sklearn",

4
.vscode/tasks.json vendored
View file

@ -4,9 +4,9 @@
{
"label": "Format and lint Python",
"type": "shell",
"command": "source .env/bin/activate && scripts/format-python.sh good_ai && scripts/check-python.sh good_ai",
"command": "source .env/bin/activate && scripts/format-python.sh good_ai && scripts/format-python.sh example",
"windows": {
"command": ".env/bin/activate.bat; scripts/format-python.sh good_ai; scripts\\check-python.sh good_ai"
"command": ".env/bin/activate.bat; scripts/format-python.sh good_ai; scripts\\format-python.sh example"
},
"group": "test",
"presentation": {