Skip to content

[$25 BOUNTY] Add complete type hints to build.py functions#76

Open
SKYJAMES777 wants to merge 1 commit into
cuentaprueba244w-dotcom:mainfrom
SKYJAMES777:add-type-hints-buildpy
Open

[$25 BOUNTY] Add complete type hints to build.py functions#76
SKYJAMES777 wants to merge 1 commit into
cuentaprueba244w-dotcom:mainfrom
SKYJAMES777:add-type-hints-buildpy

Conversation

@SKYJAMES777

Copy link
Copy Markdown

Changes

Added return type hints to 3 public functions in build.py:

  • build_module -> Optional[Path]
  • build_diagnostic_report -> dict
  • generate_logd -> tuple[bool, Optional[str]]

These were the only functions missing return type annotations out of 22 total functions.

Closes #7

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.

[$25 BOUNTY] [Python] Add complete type hints to build.py functions

1 participant