Skip to content

[Beginner]: Add explicit return types to inner closures in update_jobs.py #59

@ambicuity

Description

@ambicuity

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    good first issueGood for newcomers — welcoming entry pointhelp wantedExtra attention needed from the community

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions