Skip to content

Instantly share code, notes, and snippets.

@lucidfrontier45
Created April 13, 2020 23:54
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 lucidfrontier45/623f6ceccaaf0ba3f7e1bee9d43d57ed to your computer and use it in GitHub Desktop.
Save lucidfrontier45/623f6ceccaaf0ba3f7e1bee9d43d57ed to your computer and use it in GitHub Desktop.
vscode-setting for python
{
"python.pythonPath": "venv/bin/python3.7",
"python.linting.flake8Enabled": true,
"python.linting.enabled": true,
"python.formatting.provider": "black",
"[python]": {
"editor.formatOnPaste": false,
"editor.codeActionsOnSave": {
"source.organizeImports": true
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment