Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save abenezerBelachew/ba05fe59c0fa3e2ffc6fb01c6add01ed to your computer and use it in GitHub Desktop.
Save abenezerBelachew/ba05fe59c0fa3e2ffc6fb01c6add01ed to your computer and use it in GitHub Desktop.
.vscode/settings.json [python]
{
"python.analysis.typeCheckingMode": "basic",
"python.analysis.autoImportCompletions": true,
"[python]": {
"editor.defaultFormatter": "ms-python.black-formatter",
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.organizeImports": "explicit"
},
},
"isort.args":["--profile", "black"],
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment