Skip to content

Conversation

@sadrasabouri
Copy link
Collaborator

Reference Issues/PRs

#212

What does this implement/fix? Explain your changes.

Type hinting has been added to all modules.

Any other comments?

@sadrasabouri sadrasabouri self-assigned this Oct 29, 2025
@sadrasabouri sadrasabouri added this to the pyrgg v2.0 milestone Oct 29, 2025
@sadrasabouri sadrasabouri marked this pull request as ready for review October 29, 2025 23:50


def run(input_dict=None):
def run(input_dict: Dict[str, Any] = None) -> None:
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Optional[Dict[str, Any]]

@sepandhaghighi sepandhaghighi merged commit 90853ad into dev Nov 13, 2025
26 checks passed
@sepandhaghighi sepandhaghighi deleted the type-hint branch November 13, 2025 21:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants