Skip to content

Commit d98a91f

Browse files
polymorcodeustimvink
authored andcommitted
1 parent 01c07f4 commit d98a91f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

mkdocs_git_authors_plugin/plugin.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ class GitAuthorsPlugin(BasePlugin):
2323
("enabled", config_options.Type(bool, default=True)),
2424
("sort_authors_by", config_options.Type(str, default="name")),
2525
("authorship_threshold_percent", config_options.Type(int, default=0)),
26+
("strict", config_options.Type(bool, default=True)),
2627
# ('sort_authors_by_name', config_options.Type(bool, default=True)),
2728
# ('sort_reverse', config_options.Type(bool, default=False))
2829
)

0 commit comments

Comments
 (0)