Skip to content

Commit

Permalink
🔧 update VSCode config
Browse files Browse the repository at this point in the history
  • Loading branch information
Henry committed May 31, 2024
1 parent b863180 commit 4c8e16d
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
{
"python.formatting.provider": "yapf"
"editor.defaultFormatter": "eeyore.yapf",
"python.testing.pytestArgs": [
"test"
],
"python.testing.unittestEnabled": false,
"python.testing.pytestEnabled": true,

}

0 comments on commit 4c8e16d

Please sign in to comment.