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 113afa0 commit f182b4bCopy full SHA for f182b4b
1 file changed
docs/utils.py
@@ -71,7 +71,7 @@ def linkcode_resolve(repo_link: str, domain: str, info: dict[str, str]) -> str |
71
72
try:
73
spec.loader.exec_module(module)
74
- except Exception:
+ except Exception: # noqa: BLE001
75
return None
76
77
symbol = [module]
0 commit comments