The list of countries [{'code': 'USA'...}, ...] is hardcoded as a fallback in fetch_jobspy_jobs. Move this to a top-level constant DEFAULT_JOBSPY_COUNTRIES.
Configuration defaults shouldn't be hidden arbitrarily inside long functions.
DEFAULT_JOBSPY_COUNTRIESget() fallbackpre-commit run --all-files