There is a hardcoded Mozilla/5.0... User-Agent string inside fetch_workday_jobs(). Extract this into a global constant DEFAULT_USER_AGENT.
Duplicating or hiding user agent strings makes them hard to update universally if the scraper gets blocked.
GLOBAL_USER_AGENT constantpre-commit run --all-files