Skip to content

Commit

Permalink
use vscode ext
Browse files Browse the repository at this point in the history
  • Loading branch information
zehengl committed Oct 9, 2023
1 parent e277ea4 commit 8ed354c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
"davidanson.vscode-markdownlint",
"eamodio.gitlens",
"esbenp.prettier-vscode",
"ms-python.black-formatter",
"ms-python.pylint",
"ms-python.python",
"ms-vscode.wordcount",
"naumovs.theme-oceanicnext",
Expand Down
6 changes: 4 additions & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,11 @@
"files.insertFinalNewline": true,
"files.trimFinalNewlines": true,
"files.trimTrailingWhitespace": true,
"python.formatting.provider": "black",
"workbench.colorTheme": "Oceanic Next (dimmed bg)",
"workbench.editor.enablePreview": false,
"workbench.iconTheme": "vscode-icons",
"workbench.productIconTheme": "material-product-icons"
"workbench.productIconTheme": "material-product-icons",
"[python]": {
"editor.defaultFormatter": "ms-python.black-formatter"
}
}
2 changes: 0 additions & 2 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
-r requirements.txt
black==23.9.1
jupyterlab==4.0.6
pip-check-updates==0.22.0
pylint==2.17.7

0 comments on commit 8ed354c

Please sign in to comment.