Skip to content

Commit 41907f7

Browse files
committed
adding include_paths to the docs
1 parent 1c8a291 commit 41907f7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/deephash_doc.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,10 @@ exclude_paths: list, default = None
3232
List of paths to exclude from the report. If only one item, you can path it as a string instead of a list containing only one path.
3333

3434

35+
include_paths: list, default = None
36+
List of the only paths to include in the report. If only one item, you can path it as a string.
37+
38+
3539
exclude_regex_paths: list, default = None
3640
List of string regex paths or compiled regex paths objects to exclude from the report. If only one item, you can path it as a string instead of a list containing only one regex path.
3741

0 commit comments

Comments
 (0)