Created
December 31, 2023 21:19
-
-
Save abenezerBelachew/ba05fe59c0fa3e2ffc6fb01c6add01ed to your computer and use it in GitHub Desktop.
.vscode/settings.json [python]
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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