Skip to content

Commit

Permalink
VS Code updates
Browse files Browse the repository at this point in the history
  • Loading branch information
veselosky committed May 7, 2023
1 parent 1f39559 commit 2776b87
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,11 @@
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.organizeImports": true
}
},
"editor.defaultFormatter": "ms-python.black-formatter"
},
"isort.importStrategy": "fromEnvironment",
"isort.args": ["--profile", "black"],
"python.analysis.autoImportCompletions": true,
"python.formatting.provider": "black"
"python.formatting.provider": "none"
}

0 comments on commit 2776b87

Please sign in to comment.