From b2ce5926fc1ef0f99bf84e1175da2ab0238f4620 Mon Sep 17 00:00:00 2001 From: Marcel van der Veldt Date: Wed, 6 Apr 2022 11:50:01 +0200 Subject: [PATCH] update pylintrc --- pylintrc | 1 + 1 file changed, 1 insertion(+) diff --git a/pylintrc b/pylintrc index 51f42dda..6a464180 100644 --- a/pylintrc +++ b/pylintrc @@ -1,6 +1,7 @@ [MASTER] ignore=tests ignore-patterns=app_vars +ignore-paths=.vscode # Use a conservative default here; 2 should speed up most setups and not hurt # any too bad. Override on command line as appropriate. jobs=2 -- 2.34.1