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,