mirror of
https://github.com/TheAlgorithms/Python.git
synced 2025-02-08 02:20:55 +00:00
11 lines
233 B
JSON
11 lines
233 B
JSON
{
|
|
"githubPullRequests.ignoredPullRequestBranches": [
|
|
"master"
|
|
],
|
|
"python.testing.pytestArgs": [
|
|
"."
|
|
],
|
|
"python.testing.unittestEnabled": false,
|
|
"python.testing.pytestEnabled": true
|
|
}
|