Lint tests

This commit is contained in:
Andras Schmelczer 2022-07-07 14:13:16 +02:00
parent 72ab627a34
commit a84f899a14
2 changed files with 9 additions and 3 deletions

4
.vscode/tasks.json vendored
View file

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