Skip to content

Commit

Permalink
Merge branch 'main' into isort_fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jaidhyani authored Feb 13, 2024
2 parents 4be1315 + 015aa68 commit 3225fbb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,11 @@
"source.organizeImports": "explicit"
},
"python.analysis.typeCheckingMode": "basic",

"isort.args": [
"--profile black"
],

"black-formatter.importStrategy": "fromEnvironment",

}

0 comments on commit 3225fbb

Please sign in to comment.