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 39e2c14 commit bd8b13dCopy full SHA for bd8b13d
.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