From 7e8791c879496d781d6dfb1a84910dfd449726d6 Mon Sep 17 00:00:00 2001 From: timothymiller Date: Wed, 5 Aug 2020 03:52:04 -0400 Subject: [PATCH] Update VS Code settings --- .vscode/settings.json | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index c65f915..31e2e40 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -12,7 +12,10 @@ "build-docker-image.sh": true, ".gitignore": true, "Dockerfile": false, - "start-sync.sh": false + "start-sync.sh": false, + "venv": true }, - "explorerExclude.backup": null + "explorerExclude.backup": null, + "python.linting.pylintEnabled": true, + "python.linting.enabled": true } \ No newline at end of file