From ead62273a2699ad1d44a5a1bb5e61e90bb489d07 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Sun, 4 Aug 2019 21:06:05 +0100 Subject: [PATCH] Remove python linting config We don't need to hardcode the path --- files/vscode-settings.json | 7 ------- 1 file changed, 7 deletions(-) diff --git a/files/vscode-settings.json b/files/vscode-settings.json index 9859d0f..9d40a3c 100644 --- a/files/vscode-settings.json +++ b/files/vscode-settings.json @@ -26,13 +26,6 @@ "files.insertFinalNewline": true, "files.trimFinalNewlines": true, "auto-close-tag.SublimeText3Mode": true, - "python.pythonPath": "${workspaceRoot}/env/bin/python", - "python.linting.flake8Enabled": true, - "python.linting.flake8Path": "${workspaceRoot}/env/bin/flake8", - "python.linting.pylintEnabled": false, - "python.linting.flake8Args": [ - "--ignore=E501" - ], "python.linting.lintOnSave": true, "terminal.integrated.setLocaleVariables": true, "gitlens.advanced.messages": {