Skip to content

Commit

Permalink
Merge pull request openwallet-foundation#2603 from usingtechnology/de…
Browse files Browse the repository at this point in the history
…vcontainer-blackformatter

black formatter extension configuration update
  • Loading branch information
dbluhm authored Nov 8, 2023
2 parents 5ff523c + 423a95d commit b0e857a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"editor.defaultFormatter": "ms-python.black-formatter",
"ruff.organizeImports": false
},
"black-formatter.importStrategy": "fromEnvironment",
"black-formatter.importStrategy": "useBundled",
"black-formatter.showNotifications": "always",
"ruff.codeAction.fixViolation": {
"enable": true
Expand Down

0 comments on commit b0e857a

Please sign in to comment.