Fix linting things and add poetry to virtualenv locations

This commit is contained in:
Jake Howard 2019-08-04 21:12:44 +01:00
parent 9edf5bcb74
commit 6d8357f9a7
Signed by: jake
GPG key ID: 57AFB45680EDD477

View file

@ -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,