From e406aa414421ae437648bc69260beafbcca2646e Mon Sep 17 00:00:00 2001 From: Martin Hjelmare Date: Mon, 11 May 2020 18:22:01 +0200 Subject: [PATCH] Fix vscode tasks supervisor dir (#1719) --- .vscode/tasks.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.vscode/tasks.json b/.vscode/tasks.json index c4ca20cbd..4e416daa8 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -60,7 +60,7 @@ { "label": "Flake8", "type": "shell", - "command": "flake8 hassio tests", + "command": "flake8 supervisor tests", "group": { "kind": "test", "isDefault": true @@ -74,7 +74,7 @@ { "label": "Pylint", "type": "shell", - "command": "pylint hassio", + "command": "pylint supervisor", "dependsOn": ["Install all Requirements"], "group": { "kind": "test",