Skip to content

Commit 9229f33

Browse files
committed
Use pylint from environment in VSCode
1 parent f970ecd commit 9229f33

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.vscode/settings.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,6 @@
1212
"."
1313
],
1414
"python.testing.unittestEnabled": false,
15-
"python.testing.pytestEnabled": true
15+
"python.testing.pytestEnabled": true,
16+
"pylint.importStrategy": "fromEnvironment"
1617
}

0 commit comments

Comments
 (0)