Skip to content

Commit 07727e3

Browse files
committed
Use ignore-paths and reset ignore-patterns to default
1 parent 9037f51 commit 07727e3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pylintrc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,12 +52,12 @@ ignore=CVS
5252
# ignore-list. The regex matches against paths and can be in Posix or Windows
5353
# format. Because '\\' represents the directory delimiter on Windows systems,
5454
# it can't be used as an escape character.
55-
ignore-paths=
55+
ignore-paths=picard/ui/forms
5656

5757
# Files or directories matching the regular expression patterns are skipped.
5858
# The regex matches against base names, not paths. The default value ignores
5959
# Emacs file locks
60-
ignore-patterns=ui_.*\.py
60+
ignore-patterns=^\.#
6161

6262
# List of module names for which member attributes should not be checked
6363
# (useful for modules/projects where namespaces are manipulated during runtime

0 commit comments

Comments
 (0)