Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add/update more type annotations #2006

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Conversation

mattwthompson
Copy link
Member

  • Fix incorrect annotation of ParameterHandler.add_parameter
  • Add some missing annotations
  • Tag issue being addressed
  • Add tests
  • Update docstrings/documentation, if applicable
  • Lint codebase
  • Update changelog

Comment on lines -2022 to +2023
after: Optional[str] = None,
before: Optional[str] = None,
after: Union[int, str, None] = None,
before: Union[int, str, None] = None,
Copy link
Member Author

@mattwthompson mattwthompson Feb 1, 2025

Choose a reason for hiding this comment

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

See docstring for why this was wrong

Copy link

codecov bot commented Feb 1, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 94.11%. Comparing base (37e2109) to head (706eeb4).
Report is 1 commits behind head on main.

Additional details and impacted files

@mattwthompson mattwthompson marked this pull request as ready for review February 1, 2025 23:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants