Skip to content

Commit

Permalink
🧪 Make pylint discovery recursive
Browse files Browse the repository at this point in the history
  • Loading branch information
webknjaz committed Dec 23, 2024
1 parent 73ad036 commit d0b42d8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .pylintrc
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@ load-plugins=
# Pickle collected data for later comparisons.
persistent=yes

# Discover python modules and packages in the file system subtree.
recursive=yes

# Add paths to the list of the source roots. Supports globbing patterns. The
# source root is an absolute path or a path relative to the current working
# directory used to determine a package namespace for modules located under the
Expand Down

0 comments on commit d0b42d8

Please sign in to comment.