Skip to content

Commit

Permalink
Update VSCode settings
Browse files Browse the repository at this point in the history
  • Loading branch information
Noam Nol authored and NoamNol committed Sep 12, 2024
1 parent 303caf3 commit cc340e8
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,10 @@
"python.testing.unittestArgs": [
"-v",
"-s",
".",
"./tests",
"-p",
"test*.py"
],
"python.testing.pytestEnabled": false,
"python.testing.nosetestsEnabled": false,
"python.testing.unittestEnabled": true,
"python.linting.flake8Enabled": true,
"python.linting.enabled": true
}
"python.testing.unittestEnabled": true
}

0 comments on commit cc340e8

Please sign in to comment.