From 9229f33b58e3771684ca1b7dc924f79c5c48062b Mon Sep 17 00:00:00 2001 From: Adam Dangoor Date: Thu, 30 Jan 2025 13:27:25 +0000 Subject: [PATCH] Use pylint from environment in VSCode --- .vscode/settings.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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" }