From 07727e367e92e3ca19d0bb64ad637fdb4a011e27 Mon Sep 17 00:00:00 2001 From: Laurent Monin Date: Thu, 16 May 2024 13:36:46 +0200 Subject: [PATCH] Use ignore-paths and reset ignore-patterns to default --- .pylintrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.pylintrc b/.pylintrc index 1f00098e1..345165014 100644 --- a/.pylintrc +++ b/.pylintrc @@ -52,12 +52,12 @@ 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=picard/ui/forms # Files or directories matching the regular expression patterns are skipped. # The regex matches against base names, not paths. The default value ignores # Emacs file locks -ignore-patterns=ui_.*\.py +ignore-patterns=^\.# # List of module names for which member attributes should not be checked # (useful for modules/projects where namespaces are manipulated during runtime