Skip to content

Commit

Permalink
Add isort configuration for black profile in vscode
Browse files Browse the repository at this point in the history
  • Loading branch information
Jai committed Feb 10, 2024
1 parent 5ddbdb7 commit cd6f9da
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,7 @@
"source.organizeImports": "explicit"
},
"python.analysis.typeCheckingMode": "basic",
"isort.args": [
"--profile black"
],
}

0 comments on commit cd6f9da

Please sign in to comment.