-
Notifications
You must be signed in to change notification settings - Fork 23
Closed
harryautomazione/New-Grad-Jobs
#1Labels
good first issueGood for newcomers — welcoming entry pointGood for newcomers — welcoming entry pointhelp wantedExtra attention needed from the communityExtra attention needed from the community
Description
Description
Functions like search_single (inside fetch_jobspy_jobs) and fetch_single_term (inside fetch_google_jobs_parallel) are missing explicit Python return type hints.
Why it matters
Type hints on inner closures are just as important as outer functions for static analyzers like mypy.
Acceptance Criteria
- Add
-> Dict[str, Any]or-> List[Dict[str, Any]]to the nested worker functions - Passes
pre-commit run --all-files
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomers — welcoming entry pointGood for newcomers — welcoming entry pointhelp wantedExtra attention needed from the communityExtra attention needed from the community