Skip to content

Commit

Permalink
Update VS Code settings for newer versions
Browse files Browse the repository at this point in the history
  • Loading branch information
mhostetter committed Oct 14, 2023
1 parent c7ed3d5 commit 492311f
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,18 @@
{
"python.testing.pytestEnabled": true,
"python.testing.pytestArgs": [
"-c=pyproject.toml",
],
"python.testing.unittestEnabled": false,
"python.testing.pytestEnabled": true,
"python.linting.pylintEnabled": true,
"python.linting.enabled": true,
"python.formatting.provider": "none",
"editor.formatOnSave": true,
"notebook.formatOnSave.enabled": true,
"[python]": {
"editor.defaultFormatter": "ms-python.black-formatter",
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.organizeImports": true
},
"editor.defaultFormatter": "ms-python.black-formatter"
},
"editor.formatOnSave": true,
"editor.rulers": [
120
],
Expand Down

0 comments on commit 492311f

Please sign in to comment.