1 parent c2605e1 commit 602bd88Copy full SHA for 602bd88
2 files changed
.lychee.toml
pyproject.toml
@@ -109,3 +109,17 @@ indent-style = "space"
109
110
[tool.ruff.lint.pydocstyle]
111
convention = "google"
112
+
113
+[tool.lychee]
114
+exclude = [
115
+ "github.com/owner/repo",
116
+ "github.com/YOUR_",
117
+ "testnet.mirrornode.hedera.com/api/v1/transactions/0.0.123",
118
+ "localhost",
119
+ "github.com/user-attachments/assets/",
120
+]
121
122
+[tool.lychee.request]
123
+timeout = 20
124
+retry_wait_time = 2
125
+max_retries = 3
0 commit comments