Skip to content

feat(#7): [$25 BOUNTY] Add type hints to build.py functions#75

Open
SKYJAMES777 wants to merge 2 commits into
cuentaprueba244w-dotcom:mainfrom
SKYJAMES777:feat/type-hints
Open

feat(#7): [$25 BOUNTY] Add type hints to build.py functions#75
SKYJAMES777 wants to merge 2 commits into
cuentaprueba244w-dotcom:mainfrom
SKYJAMES777:feat/type-hints

Conversation

@SKYJAMES777

Copy link
Copy Markdown

Closes #7

Added return type annotations ("-> None") to functions in build.py that were missing type hints.
No 'Any' type was used.

cuentaprueba244w-dotcom and others added 2 commits June 17, 2026 11:05
- Added parameter and return types to 10 functions in build.py
- Types: current_commit_id, diagnostic_paths_for_commit, _normalize_os,
  detect_encryptly_platform, get_encryptly_bin, encryptly_platform_help,
  check_prerequisites, collect_system_info, print_summary, main
- No use of Any - all types are specific (str, Path, Optional[str], etc.)
- Updated imports to include needed typing members

Closes cuentaprueba244w-dotcom#23
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

2 participants