We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9037f51 commit 07727e3Copy full SHA for 07727e3
.pylintrc
@@ -52,12 +52,12 @@ ignore=CVS
52
# ignore-list. The regex matches against paths and can be in Posix or Windows
53
# format. Because '\\' represents the directory delimiter on Windows systems,
54
# it can't be used as an escape character.
55
-ignore-paths=
+ignore-paths=picard/ui/forms
56
57
# Files or directories matching the regular expression patterns are skipped.
58
# The regex matches against base names, not paths. The default value ignores
59
# Emacs file locks
60
-ignore-patterns=ui_.*\.py
+ignore-patterns=^\.#
61
62
# List of module names for which member attributes should not be checked
63
# (useful for modules/projects where namespaces are manipulated during runtime
0 commit comments