Skip to content

Instantly share code, notes, and snippets.

@peterbe
Created February 10, 2020 15:04
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 peterbe/bc2d8b6e9eb5a6683206608f38d82564 to your computer and use it in GitHub Desktop.
Save peterbe/bc2d8b6e9eb5a6683206608f38d82564 to your computer and use it in GitHub Desktop.
{
"python.linting.pylintEnabled": false,
"python.linting.flake8Enabled": true,
"python.linting.enabled": true,
"restructuredtext.confPath": "${workspaceFolder}/docs",
"python.pythonPath": "/Users/peterbe/Library/Caches/pypoetry/virtualenvs/kuma-zSqACmTg-py3.8/bin/python",
"python.formatting.blackPath": "/Users/peterbe/Library/Caches/pypoetry/virtualenvs/kuma-zSqACmTg-py3.8/bin/black",
"python.formatting.provider": "black",
"editor.rulers": [88],
"editor.formatOnSave": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment