Skip to content

Commit

Permalink
docs: fix docs to demonstrate type instead of defaults
Browse files Browse the repository at this point in the history
  • Loading branch information
zkoppert authored Oct 16, 2024
1 parent 0405601 commit 752d61e
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions markdown_writer.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@
num_issues_opened: Union[int, None],
num_issues_closed: Union[int, None],
num_mentor_count: Union[int, None],
labels=None,
search_query=None,
hide_label_metrics=False,
hide_items_closed_count=False,
non_mentioning_links=False,
report_title="",
output_file="",
labels: List[str],
search_query: str,
hide_label_metrics: bool,
hide_items_closed_count: bool,
non_mentioning_links: bool,
report_title: str,
output_file: str,
) -> None:
Write the issues with metrics to a markdown file.
get_non_hidden_columns(
Expand Down

0 comments on commit 752d61e

Please sign in to comment.