diff --git a/.vscode/settings.json b/.vscode/settings.json index 9ca5c7894..57ee5a50a 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -12,5 +12,6 @@ "." ], "python.testing.unittestEnabled": false, - "python.testing.pytestEnabled": true + "python.testing.pytestEnabled": true, + "pylint.importStrategy": "fromEnvironment" }