Skip to content

Commit

Permalink
Add vscode settings.json
Browse files Browse the repository at this point in the history
  • Loading branch information
sansmoraxz committed May 18, 2023
1 parent f72cea2 commit d0f33bf
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"[python]": {
"editor.defaultFormatter": "ms-python.autopep8"
},
"python.formatting.provider": "none",
"python.testing.unittestArgs": [
"-v",
"-s",
"./tests",
"-p",
"test_*.py"
],
"python.testing.pytestArgs": [
"tests"
],
"python.testing.unittestEnabled": true
}

0 comments on commit d0f33bf

Please sign in to comment.