Remove python linting config

We don't need to hardcode the path
This commit is contained in:
Jake Howard 2019-08-04 21:06:05 +01:00
parent c54c6ab613
commit ead62273a2
Signed by: jake
GPG Key ID: 57AFB45680EDD477

View File

@ -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": {