We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2dddd6f commit a015b19Copy full SHA for a015b19
.pre-commit-config.yaml
@@ -24,6 +24,6 @@ repos:
24
rev: lychee-v0.22.0
25
hooks:
26
- id: lychee
27
- args: ["--no-progress", "--timeout", "10", "--exclude-path", ".lycheeignore"]
+ args: ["--no-progress", "--timeout", "10", "--exclude-path", ".lycheeignore", "--max-cache-age=30d", "--cache"]
28
stages: [pre-push]
29
exclude: ^tests/test_caldav_unit\.py$
0 commit comments