Skip to content

Commit

Permalink
Use ignore-paths and reset ignore-patterns to default
Browse files Browse the repository at this point in the history
  • Loading branch information
zas committed May 16, 2024
1 parent 9037f51 commit 07727e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 07727e3

Please sign in to comment.