diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index db12c76224..8368e9e0d8 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -49,6 +49,8 @@ repos: hooks: - id: markdown-link-check exclude: ^(vendor) + # Retry when the endpoint returns HTTP 429 (Too Many Requests) + args: [-r] - repo: local hooks: