From 106cff3f48657f4d5f40d88e24fba88e670ff09e Mon Sep 17 00:00:00 2001 From: Matt Dale <9760375+matthewdale@users.noreply.github.com> Date: Wed, 3 Sep 2025 13:52:44 -0700 Subject: [PATCH] Retry Markdown link checks on HTTP 429 (v1) (#2186) --- .pre-commit-config.yaml | 2 ++ 1 file changed, 2 insertions(+) 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: