Skip to content

Commit 602bd88

Browse files
committed
docs: move lychee config into pyproject.toml under [tool.lychee]
Signed-off-by: tannaya7 <tannayasupriya157@gmail.com>
1 parent c2605e1 commit 602bd88

2 files changed

Lines changed: 14 additions & 22 deletions

File tree

.lychee.toml

Lines changed: 0 additions & 22 deletions
This file was deleted.

pyproject.toml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,3 +109,17 @@ indent-style = "space"
109109

110110
[tool.ruff.lint.pydocstyle]
111111
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

Comments
 (0)