Just add ```js for (const hook of options.hooks.beforeRetry) { // eslint-disable-next-line no-await-in-loop await hook(options, error, retryCount); } ``` and make some tests. https://github.com/sindresorhus/got/blob/b0dfc958cbe9878645582c3b98f225f11ad22908/source/as-promise.ts#L86