Python/.vscode/settings.json
2024-12-03 18:18:35 -05:00

11 lines
233 B
JSON

{
"githubPullRequests.ignoredPullRequestBranches": [
"master"
],
"python.testing.pytestArgs": [
"."
],
"python.testing.unittestEnabled": false,
"python.testing.pytestEnabled": true
}