We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f62805 commit 566248aCopy full SHA for 566248a
docs/conf.py
@@ -18,6 +18,8 @@
18
linkcheck_ignore = [
19
# We run into GitHub's rate limits.
20
r"https://github.com/.*/(issues|pull)/\d+",
21
+ # Rate limits and the latest tag is missing anyways on release.
22
+ "https://github.com/python-attrs/attrs/tree/.*",
23
# It never finds the anchor even though it's there.
24
"https://github.com/microsoft/pyright/blob/main/specs/"
25
"dataclass_transforms.md#attrs",
0 commit comments