Skip to content

Instantly share code, notes, and snippets.

@iokiwi
Last active February 9, 2020 19:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save iokiwi/d462f60a5055a565ca4c13554833e808 to your computer and use it in GitHub Desktop.
Save iokiwi/d462f60a5055a565ca4c13554833e808 to your computer and use it in GitHub Desktop.
{
"python.linting.pylintCategorySeverity.refactor": "Information",
"python.analysis.logLevel": "Information",
"editor.suggestSelection": "first",
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
"python.analysis.symbolsHierarchyDepthLimit": 0,
"files.autoSave": "afterDelay",
"python.autoComplete.addBrackets": true,
"python.linting.flake8Enabled": true,
"python.pythonPath": "./venv/bin/python",
"python.linting.flake8Path": "./venv/bin/flake8",
"files.exclude": {
"**/*.pyc": true,
"**/__pycache__": true
},
"editor.fontSize": 12,
"editor.renderWhitespace": "all",
"editor.rulers": [79],
"workbench.tree.indent": 16,
"cSpell.userWords": [
"AUXILIUM",
"FQDN",
"GUNICORN",
"auxillium",
"distro",
"jsonify",
"memoized",
"nics",
"noqa",
"odoo",
"openstack",
"pwsh",
"pylint",
"venvs",
"werkzeug",
"winrm"
],
"python.testing.unittestEnabled": true,
"terminal.integrated.scrollback": 10000
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment