Skip to content

Commit 4077cca

Browse files
authored
Merge pull request anthropics#204 from mre/patch-1
Fix formatting of exclude_path entry for .pyc files
2 parents 907054c + df17fef commit 4077cca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lychee.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ exclude_path = [
2727
".git/",
2828
"__pycache__/",
2929
".ipynb_checkpoints/",
30-
"*.pyc",
30+
".pyc",
3131
".github/",
3232
"scripts/"
3333
]
@@ -48,4 +48,4 @@ accept = [403, 429]
4848
# Headers for authenticated requests
4949
headers = [
5050
"User-Agent=Mozilla/5.0 (compatible; lychee/0.20.1; anthropic-cookbook)"
51-
]
51+
]

0 commit comments

Comments
 (0)