Skip to content

Commit e01d166

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 409b50e commit e01d166

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@
100100

101101

102102
# Linkcode, based on numpy doc/source/conf.py
103-
def linkcode_resolve(domain: str, info: dict[str, str]) -> str: # noqa: C901, PLR0912
103+
def linkcode_resolve(domain: str, info: dict[str, str]) -> str: # noqa: C901
104104
"""Determine the URL corresponding to Python object."""
105105
if domain != "py":
106106
return None

0 commit comments

Comments
 (0)