From 6d8357f9a7ebbdca22cffe67a00313614bf23e3f Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Sun, 4 Aug 2019 21:12:44 +0100 Subject: [PATCH] Fix linting things and add poetry to virtualenv locations --- files/vscode-settings.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/files/vscode-settings.json b/files/vscode-settings.json index aede1cb..dc254fd 100644 --- a/files/vscode-settings.json +++ b/files/vscode-settings.json @@ -49,6 +49,9 @@ "git.enableCommitSigning": true, "python.linting.mypyEnabled": true, "python.linting.flake8Enabled": true, + "python.linting.pylintEnabled": false, + "python.terminal.activateEnvironment": false, + "python.venvPath": "~/.virtualenvs, ~/.pyenv, ~/.cache/pypoetry/virtualenvs", "editor.fontFamily": "Fira Code", "editor.minimap.renderCharacters": false, "editor.cursorSmoothCaretAnimation": true,