Skip to content

Commit 1dc0ae3

Browse files
Merge pull request #2508 from VWS-Python/pylint-from-env
Use pylint from environment in VSCode
2 parents 35b71d2 + 9229f33 commit 1dc0ae3

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)