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