From cc2bf65395dab342eed323cf60d128d0410ad426 Mon Sep 17 00:00:00 2001 From: "fabian.wuellhorst" Date: Tue, 3 Dec 2024 09:43:11 +0100 Subject: [PATCH] disable examples pylint check --- .pylintrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.pylintrc b/.pylintrc index f95acfb..7371c03 100644 --- a/.pylintrc +++ b/.pylintrc @@ -52,7 +52,7 @@ ignore=CVS # ignore-list. The regex matches against paths and can be in Posix or Windows # format. Because '\\' represents the directory delimiter on Windows systems, # it can't be used as an escape character. -ignore-paths= +ignore-paths=examples # Files or directories matching the regular expression patterns are skipped. # The regex matches against base names, not paths. The default value ignores