We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d406474 commit d677c37Copy full SHA for d677c37
.pre-commit-config.yaml
@@ -49,6 +49,8 @@ repos:
49
hooks:
50
- id: markdown-link-check
51
exclude: ^(vendor)
52
+ # Retry when the endpoint returns HTTP 429 (Too Many Requests)
53
+ args: [-r]
54
55
- repo: local
56
0 commit comments