Skip to content

Commit

Permalink
chore(remote): black code format (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
rokam authored May 22, 2024
1 parent a8a316d commit 9b75ec4
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,14 @@
"ryanluker.vscode-coverage-gutters",
"ms-python.vscode-pylance",
"github.vscode-github-actions",
"GitHub.vscode-pull-request-github"
"GitHub.vscode-pull-request-github",
"ms-python.black-formatter"
],
"settings": {
"files.eol": "\n",
"editor.tabSize": 4,
"python.pythonPath": "/usr/bin/python3",
"python.analysis.autoSearchPaths": false,
"python.formatting.provider": "black",
"python.formatting.blackPath": "/usr/local/py-utils/bin/black",
"editor.formatOnPaste": false,
"editor.formatOnSave": true,
"editor.formatOnType": true
Expand Down

0 comments on commit 9b75ec4

Please sign in to comment.