Skip to content

Instantly share code, notes, and snippets.

@giorgiovilardo
Created January 19, 2020 21:04
Show Gist options
  • Save giorgiovilardo/ccf77216d2f1734e841144c63936dce1 to your computer and use it in GitHub Desktop.
Save giorgiovilardo/ccf77216d2f1734e841144c63936dce1 to your computer and use it in GitHub Desktop.
basic vscode settings json for python with black and flake8
{
"python.pythonPath": "env/bin/python",
"python.formatting.provider": "black",
"python.linting.pylintEnabled": false,
"python.linting.flake8Enabled": true,
"python.linting.enabled": true,
"files.trimFinalNewlines": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment