Skip to content

Commit a015b19

Browse files
committed
ci: lychee should cache things more agressively
1 parent 2dddd6f commit a015b19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ repos:
2424
rev: lychee-v0.22.0
2525
hooks:
2626
- id: lychee
27-
args: ["--no-progress", "--timeout", "10", "--exclude-path", ".lycheeignore"]
27+
args: ["--no-progress", "--timeout", "10", "--exclude-path", ".lycheeignore", "--max-cache-age=30d", "--cache"]
2828
stages: [pre-push]
2929
exclude: ^tests/test_caldav_unit\.py$

0 commit comments

Comments
 (0)