Don't linkcheck tree links

This commit is contained in:
Hynek Schlawack 2022-12-21 09:59:27 +01:00
parent 0f62805c7d
commit 566248a2d8
No known key found for this signature in database
GPG Key ID: AE2536227F69F181
1 changed files with 2 additions and 0 deletions

View File

@ -18,6 +18,8 @@ from attr import define, frozen, field, validators, Factory
linkcheck_ignore = [
# We run into GitHub's rate limits.
r"https://github.com/.*/(issues|pull)/\d+",
# Rate limits and the latest tag is missing anyways on release.
"https://github.com/python-attrs/attrs/tree/.*",
# It never finds the anchor even though it's there.
"https://github.com/microsoft/pyright/blob/main/specs/"
"dataclass_transforms.md#attrs",