update pylintrc
authorMarcel van der Veldt <m.vanderveldt@outlook.com>
Wed, 6 Apr 2022 09:50:01 +0000 (11:50 +0200)
committerMarcel van der Veldt <m.vanderveldt@outlook.com>
Wed, 6 Apr 2022 09:50:01 +0000 (11:50 +0200)
pylintrc

index 51f42dda9ffb7a1ea3a81d90a0c25838ee6c6f1a..6a464180c948300b2c5a02817522f6e1809c8c80 100644 (file)
--- 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