We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f970ecd commit 9229f33Copy full SHA for 9229f33
.vscode/settings.json
@@ -12,5 +12,6 @@
12
"."
13
],
14
"python.testing.unittestEnabled": false,
15
- "python.testing.pytestEnabled": true
+ "python.testing.pytestEnabled": true,
16
+ "pylint.importStrategy": "fromEnvironment"
17
}
0 commit comments