Skip to content

Commit f182b4b

Browse files
committed
fixup exce handling
1 parent 113afa0 commit f182b4b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ def linkcode_resolve(repo_link: str, domain: str, info: dict[str, str]) -> str |
7171

7272
try:
7373
spec.loader.exec_module(module)
74-
except Exception:
74+
except Exception: # noqa: BLE001
7575
return None
7676

7777
symbol = [module]

0 commit comments

Comments
 (0)